Home General

ReportBuilder 14.03: Memory Leak on preview

edited February 2012 in General
Hi,

I try the ReportBuilder 14.03 and found memory leak after a invoke preview:

procedure TForm1.TestPreview;
begin
ppReport1.DeviceType := 'Screen';
ppReport1.Print;
end;

Remember to turn on ReportMemoryLeaksOnShutdown or use FastMM.

The leaks are:

5 12 bytes: TraParamList x 3
21 - 28 bytes: TObjectList x 3, UnicodeString x 3, Unknown x 3
29-36 bytes: TraParamRec x 3


--
Best regards,
Chau Chee Yang

Comments

This discussion has been closed.