summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw/pw_group.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pw/pw_group.c b/pw/pw_group.c
index 156ab3d..b0db3cf 100644
--- a/pw/pw_group.c
+++ b/pw/pw_group.c
@@ -162,7 +162,6 @@ pw_group(int mode, char *name, long id, struct cargs * args)
int rc;
struct carg *arg;
struct group *grp = NULL;
- char **members = NULL;
struct userconf *cnf = conf.userconf;
static struct group fakegroup =
@@ -286,8 +285,6 @@ pw_group(int mode, char *name, long id, struct cargs * args)
pw_log(cnf, mode, W_GROUP, "%s(%u)", grp->gr_name, grp->gr_gid);
- free(members);
-
return EXIT_SUCCESS;
}