free content in find_urls

This commit is contained in:
Daniel Micay 2012-09-21 19:59:11 -04:00
parent d4490bc785
commit 2cc3b1e706
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ static void find_urls(VteTerminal *vte, search_panel_info *panel_info) {
g_error_free(error); g_error_free(error);
} }
} }
g_free(content);
g_regex_unref(regex); g_regex_unref(regex);
g_array_free(attributes, TRUE); g_array_free(attributes, TRUE);
} }