]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly function.c.~30~
authorRoland McGrath <roland@redhat.com>
Wed, 11 Aug 1993 06:35:19 +0000 (06:35 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 11 Aug 1993 06:35:19 +0000 (06:35 +0000)
function.c

index c2436bda81b78470b54c8f09cb2769b3dd4ba4a5..0552cd1e6798f2c72c6a127a25f6256d6a1ca227 100644 (file)
@@ -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;