[Telepathy-commits] [telepathy-gabble/master] gabble_bytestream_multiple_dispose: don't unref factory as we don't have a ref on it (which is sane as it does have a ref on the bytestream)

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:35 PST 2009


---
 src/bytestream-multiple.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/bytestream-multiple.c b/src/bytestream-multiple.c
index e598450..127db8b 100644
--- a/src/bytestream-multiple.c
+++ b/src/bytestream-multiple.c
@@ -124,9 +124,6 @@ gabble_bytestream_multiple_dispose (GObject *object)
       gabble_bytestream_iface_close (GABBLE_BYTESTREAM_IFACE (self), NULL);
     }
 
-  if (priv->factory)
-    g_object_unref (priv->factory);
-
   G_OBJECT_CLASS (gabble_bytestream_multiple_parent_class)->dispose (object);
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list