DIRECTOR: Lingo: Fix stack underflow in argument assignment

This commit is contained in:
Eugene Sandulenko 2017-02-23 19:04:26 +01:00
parent 78f6038537
commit 70eddbcdb0

View File

@ -311,7 +311,6 @@ void Lingo::codeArgStore() {
code1(c_varpush);
codeString(arg->c_str());
code1(c_assign);
code1(c_xpop);
delete arg;
}