free properties array in Machine::dispose

This commit is contained in:
Joel Dice 2008-09-30 17:03:13 -06:00
parent df75153a85
commit 07daa9be51

View File

@ -1709,6 +1709,8 @@ Machine::dispose()
heap->free(heapPool[i], Thread::HeapSizeInBytes);
}
heap->free(properties, sizeof(const char*) * propertyCount);
static_cast<HeapClient*>(heapClient)->dispose();
heap->free(this, sizeof(*this));