Skip to content

WriteLn causing MemoryLeak using FastMM5 #330

@jairgza

Description

@jairgza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions