From b9a03b13e7dd8ef685362a3fbf8e09497f3f15b6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 11 Feb 2010 11:20:04 +0000 Subject: [PATCH] do_show_accounts_ui: don't unref the EmpathyConnectionManagers We already unref it once the async callback is done. --- src/empathy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/empathy.c b/src/empathy.c index b5207909..197e8019 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -378,8 +378,6 @@ do_show_accounts_ui (GtkWindow *window, empathy_connection_managers_prepare_async (cm_mgr, connection_managers_prepare_for_accounts, NULL); - - g_object_unref (cm_mgr); } } -- 2.39.2