diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-28 16:50:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-28 16:50:54 +0800 |
commit | 2db1f1f4e345c20b92c3914551cbd8c7a0f79676 (patch) | |
tree | 3582f19d5accb67716a7737e0212265997478c7f /src/empathy-sanity-cleaning.c | |
parent | c020298d0898da9f6ba17ab5e1dd3bdd68b74b2c (diff) | |
download | gsoc2013-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/empathy-sanity-cleaning.c')
-rw-r--r-- | src/empathy-sanity-cleaning.c | 2 |
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 |