diff options
-rw-r--r-- | 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 13f81e4e2..86e2b1a3b 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); } |