diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |