[Phonehome-commits] r123 - trunk/client/src

pamadio at garage.maemo.org pamadio at garage.maemo.org
Sun Oct 26 13:34:21 EET 2008


Author: pamadio
Date: 2008-10-26 13:34:21 +0200 (Sun, 26 Oct 2008)
New Revision: 123

Modified:
   trunk/client/src/dsk_mgr.c
Log:
freeing netwokr_connection before dying

Modified: trunk/client/src/dsk_mgr.c
===================================================================
--- trunk/client/src/dsk_mgr.c	2008-10-26 10:07:32 UTC (rev 122)
+++ trunk/client/src/dsk_mgr.c	2008-10-26 11:34:21 UTC (rev 123)
@@ -1249,7 +1249,7 @@
 
   g_main_loop_run(mainloop);
   osso_deinitialize(osso_context);
-
+  g_object_unref(network_connection);
   gst_object_unref(GST_OBJECT(pipeline));
   free(system_dbus);
   exit(free_stuff_and_die());



More information about the Phonehome-commits mailing list