mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
free_defs_val: free rlimits like strings (which they are).
This commit is contained in:
@@ -444,6 +444,7 @@ free_defs_val(int type, union sudo_defs_val *sd_un)
|
||||
{
|
||||
switch (type & T_MASK) {
|
||||
case T_STR:
|
||||
case T_RLIMIT:
|
||||
free(sd_un->str);
|
||||
break;
|
||||
case T_LIST:
|
||||
|
Reference in New Issue
Block a user