From 3c254d8497336973e7a5a624081ffb0d7dcbea8b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Jan 2009 16:46:32 +0000 Subject: Unref the object. svn path=/trunk/; revision=2035 --- libempathy-gtk/empathy-chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c29bf31a4..35b91f876 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -192,6 +192,7 @@ chat_connection_changed_cb (EmpathyAccountManager *manager, priv->id, TRUE, NULL, NULL, NULL, NULL); g_object_unref (connection); + g_object_unref (mc); } } -- cgit v1.2.3