summaryrefslogtreecommitdiffstats
path: root/src/utils/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/pactl.c')
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index e3305f0f..86c4e7be 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -559,7 +559,7 @@ static void context_state_callback(pa_context *c, void *userdata) {
break;
case EXIT:
- pa_context_exit_daemon(c);
+ pa_operation_unref(pa_context_exit_daemon(c, NULL, NULL));
drain();
case LIST: