mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 21:21:05 +00:00
ULTIMA8: Remove memory leak from debug object
This commit is contained in:
parent
e9ca673543
commit
8f5c5c8a9a
@ -372,6 +372,7 @@ void UCMachine::execProcess(UCProcess *p) {
|
||||
ARG_UC_PTR(iptr);
|
||||
uint16 testItemId = ptrToObject(iptr);
|
||||
testItem = getItem(testItemId);
|
||||
delete [] args;
|
||||
}
|
||||
perr << "Unhandled intrinsic << " << func << " \'" << _convUse->intrinsics()[func] << "\'? (";
|
||||
if (testItem) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user