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

RB 10.06 Memory leak

edited September 2007 in General
Hello,
I have just found a memory leak in the following procedure. The call
to GetBookmark does not have a corresponding call to FreeBookmark.

Regards,
Will.

procedure TppDBImage.PropertiesToDrawCommand(aDrawCommand:
TppDrawCommand);

[..]
lsImageName := Name + DataPipeline.Name + DataField +
IntToStr(DataPipeline.GetBookmark);

[..]

--

Comments

This discussion has been closed.