summaryrefslogtreecommitdiff
path: root/usr.bin/du/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r--usr.bin/du/du.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index ce223066ce2..51f48360e53 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: du.c,v 1.29 2014/10/20 22:13:11 schwarze Exp $ */
+/* $OpenBSD: du.c,v 1.30 2015/06/25 02:04:08 uebayasi Exp $ */
/* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */
/*
@@ -206,6 +206,7 @@ main(int argc, char *argv[])
if (cflag) {
prtout((quad_t)howmany(totalblocks, blocksize), "total", hflag);
}
+ fts_close(fts);
exit(rval);
}