ULTIMA8: Remove memory leak from debug object

This commit is contained in:
Matthew Duggan 2020-05-22 21:29:16 +09:00
parent e9ca673543
commit 8f5c5c8a9a

View File

@ -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) {