diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-24 18:14:53 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-24 23:39:58 +0800 |
commit | c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65 (patch) | |
tree | cc989caa6ea1a901f6631520f4badcb739cf7441 | |
parent | 32eccf2454ea8abb4f1742d0c70f79a3dc8c8dd6 (diff) | |
download | gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar.gz gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar.bz2 gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar.lz gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar.xz gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.tar.zst gsoc2013-empathy-c8a06b2f3d3e090c9a86212ab0e1cd5b4a89eb65.zip |
Unref the entity when we're done
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 0b49fe9c6..c464e82b9 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -2020,6 +2020,8 @@ chat_add_logs (EmpathyChat *chat) chat, got_filtered_messages_cb, (gpointer) chat); + + g_object_unref (target); } static gint |