[telepathy-gabble/master] Don't unref an object that isn't owned.

Mike Ruprecht mike.ruprecht at collabora.co.uk
Tue Jan 5 17:38:02 PST 2010


---
 src/call-stream.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/call-stream.c b/src/call-stream.c
index d90de35..6f9c474 100644
--- a/src/call-stream.c
+++ b/src/call-stream.c
@@ -585,10 +585,6 @@ gabble_call_stream_dispose (GObject *object)
     g_object_unref (priv->content);
 
   priv->content = NULL;
-
-  if (priv->conn != NULL)
-    g_object_unref (priv->conn);
-
   priv->conn = NULL;
 
   if (G_OBJECT_CLASS (gabble_call_stream_parent_class)->dispose)
-- 
1.5.6.5




More information about the telepathy-commits mailing list