Initialize mResetLocked too

This commit is contained in:
James Urquhart 2014-12-10 11:37:50 +00:00
parent 82fd1794e6
commit bfca94da5c

View file

@ -797,6 +797,7 @@ ExprEvalState::ExprEvalState()
mStackDepth = 0;
stack.reserve( 64 );
mShouldReset = false;
mResetLocked = false;
}
ExprEvalState::~ExprEvalState()