From: Steven Luo Date: Thu, 17 Dec 2009 11:14:39 +0000 (-0800) Subject: Merge changes to configfile.c from c-implementation X-Git-Tag: v3.0rc1~7^2~11 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=2911dbc13efc73b29f98cf813598e18c7c807dea Merge changes to configfile.c from c-implementation Fixes a crash in the UI. --- diff --git a/configfile.c b/configfile.c index 193121a..5ed02d6 100644 --- a/configfile.c +++ b/configfile.c @@ -111,6 +111,7 @@ void parse_config_file_end(void) { regfree(&re_ignore); regfree(&re_config1); regfree(&re_config2); + re_init = 0; } /* Read the next line from a config file and store it into a swb_config_line,