mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* fix memleak in fpcanvas. Patch by wp, mantis #24427
git-svn-id: trunk@24537 -
This commit is contained in:
parent
9554eb2b48
commit
d3db3342f0
@ -19,6 +19,7 @@ constructor TFPCustomCanvas.Create;
|
||||
begin
|
||||
inherited create;
|
||||
FClipping := false;
|
||||
FreeAndNil(FClipRegion);
|
||||
FRemovingHelpers := false;
|
||||
FHelpers := TList.Create;
|
||||
FDefaultFont := CreateDefaultFont;
|
||||
|
Loading…
Reference in New Issue
Block a user