diff --git a/src/groupmod.c b/src/groupmod.c index a29cf73f..989d7ea3 100644 --- a/src/groupmod.c +++ b/src/groupmod.c @@ -250,8 +250,6 @@ static void grp_update (void) if (!aflg) { // requested to replace the existing groups - if (NULL != grp.gr_mem[0]) - gr_free_members(&grp); grp.gr_mem = XMALLOC(1, char *); grp.gr_mem[0] = NULL; } else {