diff src/callproc.c @ 5569:b9e2884ca8e6

(child_setup): Call close_load_descs.
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Jan 1994 22:08:49 +0000
parents 7ff479a8e8bf
children a70dc7c886d0
line wrap: on
line diff
--- a/src/callproc.c	Tue Jan 11 22:08:34 1994 +0000
+++ b/src/callproc.c	Tue Jan 11 22:08:49 1994 +0000
@@ -539,6 +539,7 @@
   /* 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.