[Telepathy-commits] [telepathy-salut/master] ensure_iq_helper: unref contact and contact manager
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Dec 23 02:43:49 PST 2008
---
src/tube-stream.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index f4d2575..dfb5925 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1464,6 +1464,9 @@ ensure_iq_helper (SalutTubeStream *tube)
priv->iq_helper = gibber_iq_helper_new (priv->xmpp_connection);
g_assert (priv->iq_helper);
}
+
+ g_object_unref (contact);
+ g_object_unref (contact_mgr);
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list