summaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/function.c')
-rw-r--r--usr.bin/find/function.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index d8a590e4e58f0..1ffdd5236186c 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -949,7 +949,6 @@ c_perm(perm)
err(1, "-perm: %s: illegal mode string", perm);
new->m_data = getmode(set, 0);
- free(set);
return (new);
}