Merge pull request #2849 from jeremy-lunarg/hayes-fix-issue-2848
Fix seg fault
This commit is contained in:
commit
950c6ddc11
5 changed files with 78 additions and 3 deletions
|
|
@ -1321,7 +1321,7 @@ TIntermTyped* TParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction
|
|||
// Find it in the symbol table.
|
||||
//
|
||||
const TFunction* fnCandidate;
|
||||
bool builtIn;
|
||||
bool builtIn {false};
|
||||
fnCandidate = findFunction(loc, *function, builtIn);
|
||||
if (fnCandidate) {
|
||||
// This is a declared function that might map to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue