mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
DIRECTOR: Lingo: Fix stack underflow in argument assignment
This commit is contained in:
parent
78f6038537
commit
70eddbcdb0
@ -311,7 +311,6 @@ void Lingo::codeArgStore() {
|
||||
code1(c_varpush);
|
||||
codeString(arg->c_str());
|
||||
code1(c_assign);
|
||||
code1(c_xpop);
|
||||
|
||||
delete arg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user