diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-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 77eac12fe..b8e8789c5 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -2163,6 +2163,8 @@ chat_add_logs (EmpathyChat *chat) chat, got_filtered_messages_cb, (gpointer) chat); + + g_object_unref (target); } static gint |