This commit is contained in:
nhmall
2019-01-04 23:19:58 -05:00
parent ebabf16ad0
commit 1086be1027
3 changed files with 10 additions and 10 deletions

View File

@@ -1862,7 +1862,7 @@ free_menu_coloring()
{
struct menucoloring *tmp, *tmp2;
for (tmp = menu_colorings; tmp; tmp = tmp2) {
for (tmp = g.menu_colorings; tmp; tmp = tmp2) {
tmp2 = tmp->next;
regex_free(tmp->match);
free((genericptr_t) tmp->origstr);