VSoftTechnologies/DUnitX

WriteLn causing MemoryLeak using FastMM5

jairgza opened this issue · 0 comments

Hello

With this simple Test1, I'm getting a Memory Leak message if I use FastMM5, but with FastMM4 it works.

procedure TMyTestObject.Test1;
begin
  WriteLn('Hello');
end;

I don't know if it will only be a fastmm5 situation or it will be in combination with DUnitx?

Win10 64
Delphi 10.2
Test App 32bit

regards