I get memleaks and AV's when using FastMM with FMX. It seems the weakref instance map is released AFTER fastmm is unloaded!? I this a known structural problem with weak links? (seems a bad architecture to me...)

I get memleaks and AV's when using FastMM with FMX. It seems the weakref instance map is released AFTER fastmm is unloaded!? I this a known structural problem with weak links? (seems a bad architecture to me...)

System.pas:
finalization
{$IFDEF WEAKREF}
InstHashMap.Finalize;
{$ENDIF}

https://quality.embarcadero.com/browse/RSP-16537
https://quality.embarcadero.com/browse/RSP-16537

Comments

Post a Comment