diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-16 00:17:57 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:17 +0800 |
commit | 62f32581a28b6b9083efd4bd419cfb217770f19e (patch) | |
tree | b939f56ac8b57c744a0e27418a02a0ce811fcfba | |
parent | 69765b1425c0ab80df655df5a5e7a96b707beee6 (diff) | |
download | gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar.gz gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar.bz2 gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar.lz gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar.xz gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.tar.zst gsoc2013-empathy-62f32581a28b6b9083efd4bd419cfb217770f19e.zip |
Unref the EmpathyTpContactFactory
-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 */ |