From: Roland McGrath Date: Wed, 11 Aug 1993 06:35:19 +0000 (+0000) Subject: Formerly function.c.~30~ X-Git-Tag: 3.70.2~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d00f337e542f06d3209468cd981dbdf67088306;p=thirdparty%2Fmake.git Formerly function.c.~30~ --- diff --git a/function.c b/function.c index c2436bda..0552cd1e 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;