mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 08:21:56 +00:00
Formerly function.c.~30~
This commit is contained in:
parent
b6e638af6d
commit
6d00f337e5
1 changed files with 2 additions and 0 deletions
|
@ -382,9 +382,11 @@ expand_function (o, function, text, end)
|
||||||
/* Free the storage only the child needed. */
|
/* Free the storage only the child needed. */
|
||||||
free (argv[0]);
|
free (argv[0]);
|
||||||
free ((char *) argv);
|
free ((char *) argv);
|
||||||
|
#if 0
|
||||||
for (i = 0; envp[i] != 0; ++i)
|
for (i = 0; envp[i] != 0; ++i)
|
||||||
free (envp[i]);
|
free (envp[i]);
|
||||||
free ((char *) envp);
|
free ((char *) envp);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Record the PID for reap_children. */
|
/* Record the PID for reap_children. */
|
||||||
shell_function_pid = pid;
|
shell_function_pid = pid;
|
||||||
|
|
Loading…
Reference in a new issue