From 72089c86163dd65754d251c9900ee98a1b9b2447 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 24 Feb 2011 10:14:53 +0000 Subject: Unref the entity when we're done --- libempathy-gtk/empathy-chat.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3