]> git.0d.be Git - empathy.git/commitdiff
accounts: release our ref on the TpDBusDaemon
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 17 Feb 2011 11:55:00 +0000 (12:55 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 17 Feb 2011 13:47:42 +0000 (14:47 +0100)
src/empathy-accounts.c

index f8e52b2cc730db4955aed7e0ae419a57763cd3eb..d14ca548d144005378c84c1e116a3c5a55e1a377 100644 (file)
@@ -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