diff --git a/compat/getgrouplist.c b/compat/getgrouplist.c index 544f60e5f..a3eb87179 100644 --- a/compat/getgrouplist.c +++ b/compat/getgrouplist.c @@ -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