FMXComponents icon indicating copy to clipboard operation
FMXComponents copied to clipboard

FMX.QRCode - Memory Leaks

Open theprogrammer67 opened this issue 3 years ago • 0 comments

Need to add the line: destructor TFMXQRCode.Destroy; begin FQRImage.Free; FLines.Free; inherited; end;

theprogrammer67 avatar Feb 26 '21 21:02 theprogrammer67