aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-11 22:08:49 +0000
committerRichard M. Stallman1994-01-11 22:08:49 +0000
commit4458cebe3c40a25e4978fc0852fe270eaf4003d1 (patch)
treed5ae34e0e9940d6c79b5c6ff6e424f426bd273fa /src
parentd2c6be7f0ecd352e4cc2d749da3f31274fd6c2fa (diff)
downloademacs-4458cebe3c40a25e4978fc0852fe270eaf4003d1.tar.gz
emacs-4458cebe3c40a25e4978fc0852fe270eaf4003d1.zip
(child_setup): Call close_load_descs.
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.