solved script engine temporary variable allocation problems

This commit is contained in:
mhgholamrezaei 2022-01-28 02:11:15 +09:00
parent 760ed0eebe
commit 9b96d1011b
10 changed files with 515 additions and 492 deletions

View file

@ -340,7 +340,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
ShowMessages("%s\n", CodeBuffer->Message);
}
RemoveSymbolBuffer(CodeBuffer);
RemoveSymbolBuffer(CodeBuffer);
return;
}