Remove gratuitous free() call when we use special .SHELL target.
This commit is contained in:
parent
af6e10cfa6
commit
c2a62388b7
@ -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