mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
added a missing free()
This commit is contained in:
parent
2c1b963a21
commit
2ed1645b9c
@ -362,6 +362,7 @@ cmnd : ALL {
|
|||||||
(void) free($1.cmnd);
|
(void) free($1.cmnd);
|
||||||
for (t = $1.args; t && *t; t++)
|
for (t = $1.args; t && *t; t++)
|
||||||
(void) free(*t);
|
(void) free(*t);
|
||||||
|
(void) free($1.args);
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user