aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index d2b162d5e..f91dd25eb 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -191,6 +191,8 @@ int FAST_FUNC bbunpack(char **argv,
191 if (option_mask32 & OPT_KEEP) /* ... unless -k */ 191 if (option_mask32 & OPT_KEEP) /* ... unless -k */
192 del = NULL; 192 del = NULL;
193 } 193 }
194 if (ENABLE_PLATFORM_MINGW32)
195 xclose(STDIN_FILENO);
194 if (del) 196 if (del)
195 xunlink(del); 197 xunlink(del);
196 free_name: 198 free_name: