network-manager-applet r476 - trunk/src



Author: dcbw
Date: Fri Jan 25 16:57:26 2008
New Revision: 476
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=476&view=rev

Log:
Don't unref the NMClient twice

Modified:
   trunk/src/applet.c

Modified: trunk/src/applet.c
==============================================================================
--- trunk/src/applet.c	(original)
+++ trunk/src/applet.c	Fri Jan 25 16:57:26 2008
@@ -1765,9 +1765,6 @@
 
 	clear_active_connections (applet);
 
-	if (applet->nm_client)
-		g_object_unref (applet->nm_client);
-
 	crypto_deinit ();
 
 	G_OBJECT_CLASS (nma_parent_class)->finalize (object);



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