summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-08-18 10:41:37 +0000
committerru <ru@FreeBSD.org>2000-08-18 10:41:37 +0000
commit0dad9ac394acfb33609f3f11bc07197704656212 (patch)
tree39e3cd8d0c8b8a2decb40580c175f5d30a06f363 /usr.bin/make
parent53ac8dc80c5112cda71694a344190c8857ca5a9c (diff)
downloadFreeBSD-src-0dad9ac394acfb33609f3f11bc07197704656212.zip
FreeBSD-src-0dad9ac394acfb33609f3f11bc07197704656212.tar.gz
Remove gratuitous free() call when we use special .SHELL target.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 213bed0..1908475 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -2762,11 +2762,6 @@ Job_ParseShell(line)
}
}
- /*
- * Do not free up the words themselves, since they might be in use by the
- * shell specification...
- */
- free(words);
return SUCCESS;
}
OpenPOWER on IntegriCloud