Implemented a fake memory zone for debugging.
The fake zone feature causes the zone to allocate memory from the real heap, thus allowing the use of memory debugging tools.
A problem was discovered and fixed in P_RunThinkers(), where the next field of the thinker was accessed after Z_Free was already called.
View differences
Implemented a fake memory zone for debugging.
The fake zone feature causes the zone to allocate memory from the real heap, thus allowing the use of memory debugging tools.
A problem was discovered and fixed in P_RunThinkers(), where the next field of the thinker was accessed after Z_Free was already called.