diff options
-rw-r--r-- | libempathy/empathy-account-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c index 43bba44e6..1278bb441 100644 --- a/libempathy/empathy-account-settings.c +++ b/libempathy/empathy-account-settings.c @@ -877,7 +877,7 @@ empathy_account_settings_set_strv (EmpathyAccountSettings *settings, { EmpathyAccountSettingsPriv *priv = GET_PRIV (settings); - tp_asv_set_strv (priv->parameters, param, value); + tp_asv_set_strv (priv->parameters, g_strdup (param), value); account_settings_remove_from_unset (settings, param); } |