Skip to content

FMX.QRCode - Memory Leaks #21

@theprogrammer67

Description

@theprogrammer67

Need to add the line:
destructor TFMXQRCode.Destroy;
begin
FQRImage.Free;
FLines.Free;
inherited;
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