mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
free properties array in Machine::dispose
This commit is contained in:
parent
df75153a85
commit
07daa9be51
@ -1709,6 +1709,8 @@ Machine::dispose()
|
|||||||
heap->free(heapPool[i], Thread::HeapSizeInBytes);
|
heap->free(heapPool[i], Thread::HeapSizeInBytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
heap->free(properties, sizeof(const char*) * propertyCount);
|
||||||
|
|
||||||
static_cast<HeapClient*>(heapClient)->dispose();
|
static_cast<HeapClient*>(heapClient)->dispose();
|
||||||
|
|
||||||
heap->free(this, sizeof(*this));
|
heap->free(this, sizeof(*this));
|
||||||
|
Loading…
Reference in New Issue
Block a user