aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-03-10 14:16:26 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-03-10 14:16:26 -0500
commit4ac72ab6ca244060b9d51244a83d140e945fd36c (patch)
tree067377ce98bd0a53c02552fe9ad750587d9f5138 /src/main.c
parentcbc49b71a9fa14f291057d191ad33ac8e2eb3b00 (diff)
downloadayatana-indicator-sound-4ac72ab6ca244060b9d51244a83d140e945fd36c.tar.gz
ayatana-indicator-sound-4ac72ab6ca244060b9d51244a83d140e945fd36c.tar.bz2
ayatana-indicator-sound-4ac72ab6ca244060b9d51244a83d140e945fd36c.zip
in main(), balance the notify_init() call with a notify_uninit() right before exiting
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 33a92f9..c368577 100644
--- a/src/main.c
+++ b/src/main.c
@@ -96,6 +96,8 @@ main (int argc, char ** argv)
g_clear_object(&service);
+ notify_uninit();
+
return 0;
}