From 5dc6e55d7bb8199aa54bba603eb5154ba41a49c7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 2 Jul 2010 15:21:08 +0200 Subject: status-icon: drop our ref on the window when disposing --- src/empathy-status-icon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index a002a7fb7..b1a0cd685 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -573,6 +573,7 @@ status_icon_finalize (GObject *object) g_object_unref (priv->ui_manager); g_object_unref (priv->notify_mgr); g_object_unref (priv->gsettings_ui); + g_object_unref (priv->window); } static void -- cgit v1.2.3