← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/libindicate/unref-connections into lp:libindicate

 

Ted Gould has proposed merging lp:~ted/libindicate/unref-connections into lp:libindicate with lp:~ted/libindicate/discovery-and-love as a prerequisite.

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)


Making it so we don't unref the connection as we're not getting a real ref to it.
-- 
https://code.launchpad.net/~ted/libindicate/unref-connections/+merge/18577
Your team ayatana-commits is subscribed to branch lp:libindicate.
=== modified file 'libindicate/server.c'
--- libindicate/server.c	2010-02-03 23:10:24 +0000
+++ libindicate/server.c	2010-02-03 23:10:24 +0000
@@ -658,11 +658,6 @@
 		priv->dbus_proxy = NULL;
 	}
 
-	if (priv->connection != NULL) {
-		dbus_g_connection_unref (priv->connection);
-		priv->connection = NULL;
-	}
-	
 	return;
 }
 


Follow ups