Fixed|World|Client: Attempt to free pointer without ZONEID following failed map load
The "objlink" blockmap allocates storage for global data from the memory zone with the PU_MAP/MAPSTATIC purge level. Whenever the current map changes we must clear this data explicitly as a zone purge will leave internal pointers dangling.
Fixed|World|Client: Attempt to free pointer without ZONEID following failed map load
The "objlink" blockmap allocates storage for global data from the
memory zone with the PU_MAP/MAPSTATIC purge level. Whenever the
current map changes we must clear this data explicitly as a zone
purge will leave internal pointers dangling.