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

RB 10.06 Leak ?

edited June 2007 in General
ppPrnabl.pas:

TppPrintable.Destroy
...
{+} // ***************
FreeAndNil(FFont);
FreeAndNil(FBorder);
{+.}// ***************
inherited Destroy;
...

--
Vadim: ( Writed by Opera: www.opera.com/mail/ )

Comments

  • edited June 2007
    Hi Vadim,

    Thank you for pointing this out. I will update this routine for the next
    release of ReportBuilder. Did you actually detect a memory leak using a
    memory management application? We understand it is good practice to assign
    an object to nil after it has been feed however we have found that this very
    rarely affects memory usage.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    27.06.07 ? 19:09 Nico Cizik (Digital Metaphors) ? ?????? ????? ?????(??):


    MemLeak check: FastMM or MemCheck (more rapid)
    Error stack: Jedi Code Library (ExceptDlg.pas).

    --
    Vadim: ( Writed by Opera: www.opera.com/mail/ )
This discussion has been closed.