Memory leak in 10.02: TppMRUTemplateItem
Hi,
Run the following code in BDS 2006 on 10.02 trial with
ReportMemoryLeaksOnShutdown := True;
procedure TForm4.Button1Click(Sender: TObject);
var p: TppReport;
d: TppDesigner;
begin
p := TppReport.Create(Self);
d := TppDesigner.Create(Self);
d.Report := p;
d.ShowModal;
end;
When close application, delphi report memory leak on "TppMRUTemplateItem".
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
Run the following code in BDS 2006 on 10.02 trial with
ReportMemoryLeaksOnShutdown := True;
procedure TForm4.Button1Click(Sender: TObject);
var p: TppReport;
d: TppDesigner;
begin
p := TppReport.Create(Self);
d := TppDesigner.Create(Self);
d.Report := p;
d.ShowModal;
end;
When close application, delphi report memory leak on "TppMRUTemplateItem".
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
This discussion has been closed.
Comments
In my testing with RB Server Trial 10.02 and your exact code below I was
unable to see any leaks. Is there any other code in your application
besides the code below? Is there anything else about your setup that might
be different than mine that could be causing this?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
The problem solved after I delete the old RBuilder.ini.
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting