summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-11 06:35:19 +0000
committerRoland McGrath <roland@redhat.com>1993-08-11 06:35:19 +0000
commit6d00f337e542f06d3209468cd981dbdf67088306 (patch)
tree76e8d4165be41566ebd7a724ce990a18a90540bb /function.c
parentb6e638af6d1d6a4fcf361677d3d275b14c5f0a95 (diff)
downloadgunmake-6d00f337e542f06d3209468cd981dbdf67088306.tar.gz
Formerly function.c.~30~
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 2 insertions, 0 deletions
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;