]> git.0d.be Git - empathy.git/commitdiff
chat-manager: don't leak proxy
authorJonny Lamb <jonnylamb@gnome.org>
Wed, 18 May 2011 13:23:24 +0000 (14:23 +0100)
committerJonny Lamb <jonnylamb@gnome.org>
Wed, 18 May 2011 13:23:24 +0000 (14:23 +0100)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
src/empathy-chat-manager.c

index 36f9512c78dc8bf4655a5a28d9e35c58e7d6d71b..86a285314dad150e839bb1f59e107fcc56090a06 100644 (file)
@@ -521,5 +521,6 @@ empathy_chat_manager_call_undo_closed_chat (void)
 
   emp_cli_chat_manager_call_undo_closed_chat (proxy, -1, NULL, NULL, NULL, NULL);
 
+  g_object_unref (proxy);
   g_object_unref (dbus_daemon);
 }