diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-03 01:09:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-15 23:01:41 +0800 |
commit | cb0b0ee29fc08109b5180e7a0e468e6947ae0758 (patch) | |
tree | d07a33a596477ef603afeb47294d7a5e85568960 /src/empathy-main-window.c | |
parent | 170e1d8999a460bb3c293188b4dcc7ea492ab509 (diff) | |
download | gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar.gz gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar.bz2 gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar.lz gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar.xz gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.tar.zst gsoc2013-empathy-cb0b0ee29fc08109b5180e7a0e468e6947ae0758.zip |
main_window_chat_quit_cb: release the reference on the chatroom mgr
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index c40b0df65..7c8aad496 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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); } |