aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-28 16:50:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-28 16:50:54 +0800
commit2db1f1f4e345c20b92c3914551cbd8c7a0f79676 (patch)
tree3582f19d5accb67716a7737e0212265997478c7f /src
parentc020298d0898da9f6ba17ab5e1dd3bdd68b74b2c (diff)
downloadgsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar.gz
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar.bz2
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar.lz
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar.xz
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.tar.zst
gsoc2013-empathy-2db1f1f4e345c20b92c3914551cbd8c7a0f79676.zip
uoa_migration_done: free data once we're done with it
Diffstat (limited to 'src')
-rw-r--r--src/empathy-sanity-cleaning.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c
index 326b64671..4b557d4fb 100644
--- a/src/empathy-sanity-cleaning.c
+++ b/src/empathy-sanity-cleaning.c
@@ -287,6 +287,8 @@ uoa_migration_done (UoaMigrationData *data)
{
tp_account_remove_async (data->old_account, NULL, NULL);
tp_account_set_enabled_async (data->new_account, data->enabled, NULL, NULL);
+
+ uoa_migration_data_free (data);
}
static void