mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
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
f30cbfc63b
commit
089418247a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157770
@ -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