Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Memory leak in 10.02: TppMRUTemplateItem

edited March 2006 in General
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

Comments

  • edited March 2006
    Hi,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited March 2006
    Nico Cizik (Digital Metaphors) wrote:
    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
This discussion has been closed.