mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Use free() not efree() since we don't include alloc.h here
This commit is contained in:
parent
382640839e
commit
b9bb50ff5b
@ -81,7 +81,7 @@ getgrouplist(const char *name, gid_t basegid, gid_t *groups, int *ngroupsp)
|
||||
rval = 0;
|
||||
|
||||
done:
|
||||
efree(grset);
|
||||
free(grset);
|
||||
#ifdef HAVE_SETAUTHDB
|
||||
aix_restoreauthdb();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user