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

@ -26,7 +26,7 @@ typedef struct search_panel_info {
enum overlay_mode mode;
} search_panel_info;
static gchar *browser_cmd[3] = { NULL };
static gchar *browser_cmd[3] = {NULL};
static void launch_browser(char *url);
@ -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 {