aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account-settings.c')
-rw-r--r--libempathy/empathy-account-settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index bd62191ad..33029a9d9 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -338,6 +338,9 @@ empathy_account_settings_finalize (GObject *object)
g_free (priv->display_name);
g_free (priv->icon_name);
+ if (priv->required_params != NULL)
+ g_array_free (priv->required_params, TRUE);
+
g_hash_table_destroy (priv->parameters);
empathy_account_settings_free_unset_parameters (self);