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:
parent
af6e10cfa6
commit
c2a62388b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64823
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user