diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-04 09:06:28 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:38 +0800 |
commit | d5f0907f1e62c22d225c9899c847b4ce5ad1e137 (patch) | |
tree | 8ccd0f7a4cfdf2bbf6987cd73aa76259d5976d17 /src/empathy.c | |
parent | 34ca5111a0a540b4b756f02592686668e80e538d (diff) | |
download | gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar.gz gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar.bz2 gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar.lz gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar.xz gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.tar.zst gsoc2013-empathy-d5f0907f1e62c22d225c9899c847b4ce5ad1e137.zip |
Unref the EmpathyFTHandlers
Unref EmpathyFTHandler objects after adding them to the manager.
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy.c b/src/empathy.c index b0866340b..d3cc12ca9 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -421,6 +421,8 @@ new_ft_handler_cb (EmpathyFTFactory *factory, ft_manager = empathy_ft_manager_dup_singleton (); empathy_ft_manager_add_handler (ft_manager, handler); + + g_object_unref (handler); } static void |