Skip to content

Commit

Permalink
DIRECTOR: Lingo: Fix stack underflow in argument assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 23, 2017
1 parent 78f6038 commit 70eddbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/director/lingo/lingo-codegen.cpp
Expand Up @@ -311,7 +311,6 @@ void Lingo::codeArgStore() {
code1(c_varpush);
codeString(arg->c_str());
code1(c_assign);
code1(c_xpop);

delete arg;
}
Expand Down

0 comments on commit 70eddbc

Please sign in to comment.