]> git.0d.be Git - empathy.git/commitdiff
Don't unref the account object as we don't own it
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 13:55:53 +0000 (14:55 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 23 Aug 2009 22:18:48 +0000 (23:18 +0100)
src/empathy-import-mc4-accounts.c

index 13f81e4e2a80fd3fab9d17d314cb7c5bb3f9e18d..86e2b1a3beb9911efc449b590228ee2f7f75f08a 100644 (file)
@@ -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);
 }