LazReport: Fix a TfrDesignerPage memory leak. Issue #36918, patch from Michal Gawrycki.

git-svn-id: trunk@62991 -
This commit is contained in:
juha 2020-04-15 19:33:56 +00:00
parent 8f3367550c
commit 3abc824f69

View File

@ -1287,6 +1287,7 @@ end;
destructor TfrDesignerPage.destroy;
begin
fGuides.Free;
fPaintSel.Free;
inherited destroy;
end;