Bugfix caused new bug, bugfix 2

This commit is contained in:
Victor Olin 2023-03-20 17:24:27 +01:00
parent 4bf1fd7610
commit bba6afeff8

View file

@ -413,6 +413,10 @@ namespace GC
Profiler::record(ChunkFreed, chunk);
delete chunk;
}
else
{
chunk->marked = false;
}
}
}