Bugfix caused new bug, bugfix 2
This commit is contained in:
parent
4bf1fd7610
commit
bba6afeff8
1 changed files with 4 additions and 0 deletions
|
|
@ -413,6 +413,10 @@ namespace GC
|
||||||
Profiler::record(ChunkFreed, chunk);
|
Profiler::record(ChunkFreed, chunk);
|
||||||
delete chunk;
|
delete chunk;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
chunk->marked = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue