diff options
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -277,6 +277,7 @@ end: info.i -= info.lastsep; win.bar.l[info.i] = '\0'; win_update_bar(&win); + close(info.fd); info.fd = -1; while (waitpid(-1, NULL, WNOHANG) > 0); } |