From 5f7fff50655c7daed810f978c6b8d94ef9d0f2fb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 29 May 2011 15:40:08 -0400 Subject: e_mail_store_add_by_account(): Fix a potential use-before-set. --- mail/e-mail-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/e-mail-store.c b/mail/e-mail-store.c index 08c676d618..e5d2012a65 100644 --- a/mail/e-mail-store.c +++ b/mail/e-mail-store.c @@ -294,7 +294,7 @@ CamelStore * e_mail_store_add_by_account (EMailSession *session, EAccount *account) { - CamelService *service; + CamelService *service = NULL; CamelProvider *provider; CamelURL *url; gboolean skip; -- cgit v1.2.3