mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
LazReport: Fix a TfrDesignerPage memory leak. Issue #36918, patch from Michal Gawrycki.
git-svn-id: trunk@62991 -
This commit is contained in:
parent
8f3367550c
commit
3abc824f69
@ -1287,6 +1287,7 @@ end;
|
||||
|
||||
destructor TfrDesignerPage.destroy;
|
||||
begin
|
||||
fGuides.Free;
|
||||
fPaintSel.Free;
|
||||
inherited destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user