From 014148a2b30d9b77e29abb565e0450fa9f88e5c7 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 17 Feb 2011 12:55:00 +0100 Subject: accounts: release our ref on the TpDBusDaemon --- src/empathy-accounts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index f8e52b2cc..d14ca548d 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -118,6 +118,7 @@ account_manager_ready_for_accounts_cb (GObject *source_object, if ((account = tp_account_new (bus, account_path, &error))) { tp_account_prepare_async (account, NULL, account_prepare_cb, manager); + g_object_unref (bus); return; } else -- cgit v1.2.3