Mercurial > emacs
changeset 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 | 1af95f18f709 |
children | 2c5f3537a1cc |
files | src/callproc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.