aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 5fda6d61b0a..d9c29a0ba72 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -456,6 +456,8 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
456 close (filefd); 456 close (filefd);
457 if (fd1 >= 0) 457 if (fd1 >= 0)
458 close (fd1); 458 close (fd1);
459 if (fd_error >= 0)
460 close (fd_error);
459 } 461 }
460 462
461 if (pid < 0) 463 if (pid < 0)