Home General

GetFieldAsPicture -> MemoryLeak

edited March 2010 in General
Hello,

FastMM4 show me some MemoryLeaks.
I have a simple App with a ppReport component and a ppJITPipeline with a
graphic field. Now I would like to assign a Jpg to the fields value

function TDMPrint.ppPipelineBilderGetFieldAsPicture(aFieldName: String):
TPicture;
begin
Result := TPicture.Create;
end;

After that I get the memory leak message...

Any Suggestions?

RB: 10.09
Delphi 2007

Comments

This discussion has been closed.