mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
misc matches
This commit is contained in:
@@ -53,7 +53,7 @@ JKRExpHeap* JKRExpHeap::create(u32 size, JKRHeap* parent, bool errorFlag) {
|
||||
new (memory) JKRExpHeap(dataPtr, alignedSize - expHeapSize, parent, errorFlag);
|
||||
|
||||
if (newHeap == NULL) {
|
||||
i_JKRFree(memory);
|
||||
JKRFree(memory);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user