From 0289a301599c10bdf5a1946276ed62bd3bfe93bc 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 788bc89e4..0b44b6dd8 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -117,6 +117,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