* fix memleak in fpcanvas. Patch by wp, mantis #24427

git-svn-id: trunk@24537 -
This commit is contained in:
marco 2013-05-20 16:19:48 +00:00
parent 9554eb2b48
commit d3db3342f0

View File

@ -19,6 +19,7 @@ constructor TFPCustomCanvas.Create;
begin
inherited create;
FClipping := false;
FreeAndNil(FClipRegion);
FRemovingHelpers := false;
FHelpers := TList.Create;
FDefaultFont := CreateDefaultFont;