diff options
Diffstat (limited to 'src')
-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 |