]> git.eshelyaron.com Git - emacs.git/commitdiff
(child_setup): Call close_load_descs.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 22:08:49 +0000 (22:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 1994 22:08:49 +0000 (22:08 +0000)
src/callproc.c

index 3b63a271870c9dbe5a973391284fdeec3b345c08..9b61002a530928e4443938a049a2c2f5fa7950d9 100644 (file)
@@ -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.