NetworkManager r4195 - trunk/src



Author: dcbw
Date: Mon Oct 20 11:49:53 2008
New Revision: 4195
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4195&view=rev

Log:
Unref the proxy a bit earlier in vain hope of fixing segfaults on shutdown

Modified:
   trunk/src/NetworkManagerUtils.c

Modified: trunk/src/NetworkManagerUtils.c
==============================================================================
--- trunk/src/NetworkManagerUtils.c	(original)
+++ trunk/src/NetworkManagerUtils.c	Mon Oct 20 11:49:53 2008
@@ -507,10 +507,10 @@
 	                            DBUS_TYPE_G_MAP_OF_VARIANT, device_props,
 	                            G_TYPE_INVALID);
 
+	g_object_unref (proxy);
 	g_hash_table_destroy (connection_hash);
 	g_hash_table_destroy (connection_props);
 	g_hash_table_destroy (device_props);
-	g_object_unref (proxy);
 	g_object_unref (dbus_mgr);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]