* Removed remember password from the store widget
[modest] / src / modest-text-utils.c
index 578d29d..45555ce 100644 (file)
@@ -791,7 +791,7 @@ gboolean
 modest_text_utils_validate_email_address (const gchar *email_address)
 {
        int count = 0;
-       const gchar *c, *domain;
+       const gchar *c = NULL, *domain = NULL;
        static gchar *rfc822_specials = "()<>@,;:\\\"[]";
 
        /* first we validate the name portion (name@domain) */