2012-10-03 [mones] 3.8.1cvs82
[claws.git] / src / procmime.c
index f33eff8aae113f484234d4ea3445a34f5039e8fc..91b40e2e58851d8c5e077a36b18a3cac587fed6c 100644 (file)
@@ -1835,6 +1835,8 @@ static void parse_parameters(const gchar *parameters, GHashTable *table)
                        continue;
 
                charset = value;
+               if (charset == NULL)
+                       continue;
                lang = strchr(charset, '\'');
                if (lang == NULL)
                        continue;