]> git.0d.be Git - empathy.git/commitdiff
Unref the EmpathyTpContactFactory
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 15 May 2009 16:17:57 +0000 (18:17 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:17 +0000 (17:53 +0200)
libempathy/empathy-ft-handler.c

index 9580e121b303de75497fe6446d954e1374e0ca77..65165f2e3e1f7f8faa4d7c2fc0265370aeb774c2 100644 (file)
@@ -1003,6 +1003,8 @@ channel_get_all_properties_cb (TpProxy *proxy,
   empathy_tp_contact_factory_get_from_handle (c_factory, c_handle,
       contact_factory_contact_cb, cb_data, callbacks_data_free,
       G_OBJECT (handler));
+
+  g_object_unref (c_factory);
 }
 
 /* public methods */