8338248: PartialArrayStateAllocator::Impl leaks Arena array
Reviewed-by: kbarrett, shade
This commit is contained in:
parent
5079c38ddf
commit
e70c9bccaa
@ -100,6 +100,7 @@ PartialArrayStateAllocator::Impl::~Impl() {
|
||||
for (uint i = 0; i < _num_workers; ++i) {
|
||||
_arenas[i].~Arena();
|
||||
}
|
||||
FREE_C_HEAP_ARRAY(Arena*, _arenas);
|
||||
}
|
||||
|
||||
PartialArrayState* PartialArrayStateAllocator::Impl::allocate(uint worker_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user