summaryrefslogtreecommitdiffstats
path: root/audio/main.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 11:51:00 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-04-13 11:51:00 +0000
commit260b175f47f5006b34a8eceda9914f67ef0caa12 (patch)
tree87000802c02956ea2e8ce6689dbe9f32eced060a /audio/main.c
parent1a02bbc361299198257ca32969d2d804ee9fb74c (diff)
Cleanup and small fixes
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/main.c b/audio/main.c
index 470b26d5..2188e6e7 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -88,10 +88,10 @@ int main(int argc, char *argv[])
g_main_loop_run(main_loop);
- headset_exit();
-
audio_exit();
+ headset_exit();
+
dbus_connection_unref(conn);
g_main_loop_unref(main_loop);