mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 13:28:10 +00:00
Fix memory leak in runaslist_matches().
This commit is contained in:
parent
c88b859853
commit
cfa4879dbd
@ -295,6 +295,7 @@ runaslist_matches(struct sudoers_parse_tree *parse_tree,
|
||||
break;
|
||||
}
|
||||
}
|
||||
sudo_gidlist_delref(runas_groups);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user