diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-import-mc4-accounts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-import-mc4-accounts.c b/src/empathy-import-mc4-accounts.c index 968293bd2..17b712832 100644 --- a/src/empathy-import-mc4-accounts.c +++ b/src/empathy-import-mc4-accounts.c @@ -374,7 +374,7 @@ import_one_account (const char *path, GConfClient *client) { gchar *account_name = _account_name_from_key (path); - EmpathyAccountSettings *settings; + EmpathyAccountSettings *settings = NULL; GError *error = NULL; GSList *entries = NULL; gchar *profile = NULL; |