summaryrefslogtreecommitdiffstats
path: root/bin/chmod
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-12-16 04:42:33 +0000
committerimp <imp@FreeBSD.org>1998-12-16 04:42:33 +0000
commita15b387ba9494284ef2acd6053a8c80d859088c6 (patch)
treec967072ac0381cbec17759ce4870b0b145eaec52 /bin/chmod
parent5315be15ac1169e2dc9312a40484408700cf349a (diff)
downloadFreeBSD-src-a15b387ba9494284ef2acd6053a8c80d859088c6.zip
FreeBSD-src-a15b387ba9494284ef2acd6053a8c80d859088c6.tar.gz
Free memory obtained from setmode.
Obtained from: OpenBSD
Diffstat (limited to 'bin/chmod')
-rw-r--r--bin/chmod/chmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index 0d86824..4e17123 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
- "$Id: chmod.c,v 1.10 1998/05/06 06:50:08 charnier Exp $";
+ "$Id: chmod.c,v 1.11 1998/05/13 07:22:11 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
@@ -195,6 +195,7 @@ done: argv += optind;
}
if (errno)
err(1, "fts_read");
+ free(set);
exit(rval);
}
OpenPOWER on IntegriCloud