commit 6f5586917ef7f9f4090c0348940185edc88268c5 parent 76be48421e636f014eb88b51a99d27565eb58091 Author: Jacob R. Edwards <n/a> Date: Mon, 5 Dec 2022 13:19:36 -0600 Call fts_close Not any need to in the current program, but I like to anyway. Diffstat:
M | walk.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/walk.c b/walk.c @@ -312,6 +312,7 @@ main(int argc, char *argv[]) if (show && printent(fmt, path, ent->fts_statp)) die(path); } + fts_close(fts); return 0; }