Skip to content

FastMM5 and FireMonkey #47

@westner

Description

@westner

Hallo,

I have a simple FMX-projecz (Win32) and try to use FastMM5 but it doesn't report leaks. Under VCL all works fine.

What's wronmg here?

program Project1;

uses
FastMM5,
Classes,
FMX.Forms,
FMX.Types,
;

{$R *.res}

begin
FastMM5.FastMM_EnterDebugMode;

var l:=TStringlist.Create;

Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions