From 733da7c7268c0c77b7cb39701b4f9f1f15d63fd2 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 13 Sep 2009 11:10:47 +0100 Subject: Fix potential usage of an unitialized value --- src/empathy-import-mc4-accounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3