Fix memory leak in runaslist_matches().

This commit is contained in:
Todd C. Miller
2018-10-31 10:03:02 -06:00
parent c88b859853
commit cfa4879dbd

View File

@@ -295,6 +295,7 @@ runaslist_matches(struct sudoers_parse_tree *parse_tree,
break; break;
} }
} }
sudo_gidlist_delref(runas_groups);
} }
} }
} }