aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-03 01:09:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-15 23:01:41 +0800
commitcb0b0ee29fc08109b5180e7a0e468e6947ae0758 (patch)
treed07a33a596477ef603afeb47294d7a5e85568960 /src
parent170e1d8999a460bb3c293188b4dcc7ea492ab509 (diff)
downloadgsoc2013-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')
-rw-r--r--src/empathy-main-window.c1
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);
}