summaryrefslogtreecommitdiff
path: root/src/mcd-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-storage.c')
-rw-r--r--src/mcd-storage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 66fbd826..ba8420a6 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -1816,15 +1816,11 @@ mcd_storage_delete_account (McdStorage *self,
return;
}
- g_object_ref (plugin);
- g_hash_table_remove (self->accounts, account);
/* FIXME: stop ignoring the error (if any), and make this method async
* in order to pass the error up to McdAccount */
mcp_account_storage_delete_async (plugin, ma, account, NULL,
delete_cb, g_strdup (account));
-
- g_object_unref (plugin);
}
/*