summaryrefslogtreecommitdiff
path: root/usr.bin/compress/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/compress/main.c')
-rw-r--r--usr.bin/compress/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compress/main.c b/usr.bin/compress/main.c
index 4d91398b9a3..e9487918afa 100644
--- a/usr.bin/compress/main.c
+++ b/usr.bin/compress/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.84 2015/05/03 19:44:59 guenther Exp $ */
+/* $OpenBSD: main.c,v 1.85 2015/06/25 02:04:08 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -463,7 +463,7 @@ main(int argc, char *argv[])
}
if (list)
list_stats(NULL, NULL, NULL);
-
+ fts_close(ftsp);
exit(rc);
}