aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 3b63a271870..9b61002a530 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -539,6 +539,7 @@ child_setup (in, out, err, new_argv, set_pgrp, current_dir)
539 /* Close Emacs's descriptors that this process should not have. */ 539 /* Close Emacs's descriptors that this process should not have. */
540 close_process_descs (); 540 close_process_descs ();
541#endif 541#endif
542 close_load_descs ();
542 543
543 /* Note that use of alloca is always safe here. It's obvious for systems 544 /* Note that use of alloca is always safe here. It's obvious for systems
544 that do not have true vfork or that have true (stack) alloca. 545 that do not have true vfork or that have true (stack) alloca.