[empathy] accounts: release our ref on the TpDBusDaemon
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] accounts: release our ref on the TpDBusDaemon
- Date: Thu, 17 Feb 2011 13:50:44 +0000 (UTC)
commit 014148a2b30d9b77e29abb565e0450fa9f88e5c7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Feb 17 12:55:00 2011 +0100
accounts: release our ref on the TpDBusDaemon
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 f8e52b2..d14ca54 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]