diff options
Diffstat (limited to 'src/empathy-accounts.c')
-rw-r--r-- | src/empathy-accounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |