mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +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;
|
rval = 0;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
efree(grset);
|
free(grset);
|
||||||
#ifdef HAVE_SETAUTHDB
|
#ifdef HAVE_SETAUTHDB
|
||||||
aix_restoreauthdb();
|
aix_restoreauthdb();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user