summaryrefslogtreecommitdiffstats
path: root/dundee/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'dundee/main.c')
-rw-r--r--dundee/main.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/dundee/main.c b/dundee/main.c
index 95ee7957..07b85013 100644
--- a/dundee/main.c
+++ b/dundee/main.c
@@ -232,15 +232,12 @@ int main(int argc, char **argv)
__ofono_dbus_init(conn);
- /*
- * The reason why this DBG is here is that we have the __stop__debug,
- * __start__debug linking symbols in the object. As soon we
- * have real DBG we can remove this one again.
- */
- DBG("");
+ __dundee_manager_init();
g_main_loop_run(event_loop);
+ __dundee_manager_cleanup();
+
__ofono_dbus_cleanup();
dbus_connection_unref(conn);