From 4458cebe3c40a25e4978fc0852fe270eaf4003d1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 11 Jan 1994 22:08:49 +0000 Subject: [PATCH] (child_setup): Call close_load_descs. --- src/callproc.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5