chkaufmann 17 Posted August 19, 2019 Hi, when I shutdown one of my applications I get an error 204. But I get it only if I include FastMM4 in FullDebugMode. The error happens in unit System.pas, method TInstHashMap.Finalize on the row with: while PopInstItem.Free do ; I'm a bit lost, how to find the error because the memory leak report is empty now. Where should I start to search for the problem? I only have it in one application, other applications shut down with no error. Christian Share this post Link to post
chkaufmann 17 Posted August 19, 2019 Using google with the right key words I found this: https://github.com/pleriche/FastMM4/issues/63 https://quality.embarcadero.com/browse/RSP-22897 Just a workaround but it solved my problem. Christian 1 Share this post Link to post