summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/rm/rm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index b838fef..1ef6f38 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -307,6 +307,7 @@ err:
}
if (errno)
err(1, "fts_read");
+ fts_close(fts);
}
void
OpenPOWER on IntegriCloud