aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-import-utils.c')
-rw-r--r--src/empathy-import-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-import-utils.c b/src/empathy-import-utils.c
index bf7f29e3b..0c878e8f6 100644
--- a/src/empathy-import-utils.c
+++ b/src/empathy-import-utils.c
@@ -55,7 +55,7 @@ empathy_import_account_data_free (EmpathyImportAccountData *data)
if (data->connection_manager != NULL)
g_free (data->connection_manager);
if (data->settings != NULL)
- g_hash_table_destroy (data->settings);
+ g_hash_table_unref (data->settings);
if (data->source != NULL)
g_free (data->source);