[empathy/mc5] Don't unref the account object as we don't own it



commit 8781e7c615d1f233a530cff66cfe47aa54fddd2f
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Sun Aug 23 14:55:53 2009 +0100

    Don't unref the account object as we don't own it

 src/empathy-import-mc4-accounts.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-import-mc4-accounts.c b/src/empathy-import-mc4-accounts.c
index 13f81e4..86e2b1a 100644
--- a/src/empathy-import-mc4-accounts.c
+++ b/src/empathy-import-mc4-accounts.c
@@ -236,7 +236,6 @@ _create_account_cb (GObject *source,
   DEBUG ("account created\n");
   empathy_account_set_enabled_async (account, data->enabled, NULL, NULL);
 
-  g_object_unref (account);
   _account_data_free (data);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]