diff options
| -rw-r--r-- | src/callproc.c | 1 |
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) /* Close Emacs's descriptors that this process should not have. */ close_process_descs (); #endif + close_load_descs (); /* Note that use of alloca is always safe here. It's obvious for systems that do not have true vfork or that have true (stack) alloca. |
