summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-12-16 04:50:46 +0000
committerWarner Losh <imp@FreeBSD.org>1998-12-16 04:50:46 +0000
commit83268d4dbbcf7307c64109fff73e9ae14952d63d (patch)
tree5468e599004bcfcbc815f549cbcaf26874d86c66
parente25459682488d1c10534f3294fd082d0ad662694 (diff)
Notes
-rw-r--r--usr.bin/find/function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 1ffdd5236186..d8a590e4e58f 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -949,6 +949,7 @@ c_perm(perm)
err(1, "-perm: %s: illegal mode string", perm);
new->m_data = getmode(set, 0);
+ free(set);
return (new);
}