From 6d00f337e542f06d3209468cd981dbdf67088306 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 11 Aug 1993 06:35:19 +0000 Subject: [PATCH] Formerly function.c.~30~ --- function.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/function.c b/function.c index c2436bd..0552cd1 100644 --- a/function.c +++ b/function.c @@ -382,9 +382,11 @@ expand_function (o, function, text, end) /* Free the storage only the child needed. */ free (argv[0]); free ((char *) argv); +#if 0 for (i = 0; envp[i] != 0; ++i) free (envp[i]); free ((char *) envp); +#endif /* Record the PID for reap_children. */ shell_function_pid = pid; -- 2.7.4