1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Remove gratuitous free() call when we use special .SHELL target.

This commit is contained in:
Ruslan Ermilov 2000-08-18 10:41:37 +00:00
parent af6e10cfa6
commit c2a62388b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64823

View File

@ -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;
}