o Be pedantic and do fts_close() when done.
PR: bin/95292 Submitted by: Charles Hardin Obtained from: NetBSD via OpenBSD, PR
This commit is contained in:
parent
377017519f
commit
d01f82209e
@ -307,6 +307,7 @@ rm_tree(char **argv)
|
||||
}
|
||||
if (errno)
|
||||
err(1, "fts_read");
|
||||
fts_close(fts);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user