aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound-service.c')
-rw-r--r--src/sound-service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound-service.c b/src/sound-service.c
index 62f6bc6..61bf702 100644
--- a/src/sound-service.c
+++ b/src/sound-service.c
@@ -127,6 +127,7 @@ service_shutdown (IndicatorService *service, gpointer user_data)
if (mainloop != NULL) {
g_debug("Service shutdown !");
// TODO: uncomment for release !!
+ // TODO free the dbus interface !!
close_pulse_activites();
g_main_loop_quit(mainloop);
}