aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-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);
}