diff options
| -rw-r--r-- | usr.bin/find/function.c | 1 |
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); } |
