]> git.0d.be Git - empathy.git/commitdiff
main_window_chat_quit_cb: release the reference on the chatroom mgr
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 2 Mar 2010 17:09:41 +0000 (18:09 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 15 Mar 2010 15:01:41 +0000 (16:01 +0100)
src/empathy-main-window.c

index c40b0df65a90e04aebc83e43d608afbfa54ce006..7c8aad496348f8b5a6d50b7a5882aee348b1021a 100644 (file)
@@ -656,6 +656,7 @@ main_window_destroy_cb (GtkWidget         *widget,
                                              window);
        g_object_unref (window->event_manager);
        g_object_unref (window->ui_manager);
+       g_object_unref (window->chatroom_manager);
 
        g_free (window);
 }