free old browser_cmd[0]

This commit is contained in:
Daniel Micay 2012-06-11 14:32:44 -04:00
parent 9b6c44f487
commit 90d1685188
1 changed files with 2 additions and 1 deletions

View File

@ -329,6 +329,7 @@ static void load_config(GtkWindow *window, VteTerminal *vte, bool first_run,
*clickable_url = cfgbool;
}
g_free(browser_cmd[0]);
if (get_config_string(config, "options", "browser", &cfgstr)) {
browser_cmd[0] = cfgstr;
} else {