diff options
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 9580e121b..65165f2e3 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 */ |