From 62f32581a28b6b9083efd4bd419cfb217770f19e Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 15 May 2009 18:17:57 +0200 Subject: [PATCH] Unref the EmpathyTpContactFactory --- libempathy/empathy-ft-handler.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 9580e121..65165f2e 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -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 */ -- 2.39.2