This commit is contained in:
Jesper Wilhelmsson 2014-12-04 10:40:19 +01:00
commit 9b430f2262
106 changed files with 652 additions and 415 deletions

View file

@ -455,7 +455,7 @@ HeapRegionClaimer::HeapRegionClaimer(uint n_workers) :
HeapRegionClaimer::~HeapRegionClaimer() {
if (_claims != NULL) {
FREE_C_HEAP_ARRAY(uint, _claims, mtGC);
FREE_C_HEAP_ARRAY(uint, _claims);
}
}