aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-04 09:06:28 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:38 +0800
commitd5f0907f1e62c22d225c9899c847b4ce5ad1e137 (patch)
tree8ccd0f7a4cfdf2bbf6987cd73aa76259d5976d17 /src
parent34ca5111a0a540b4b756f02592686668e80e538d (diff)
downloadgsoc2013-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')
-rw-r--r--src/empathy.c2
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