mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
LazReport: fix mem leak
git-svn-id: trunk@49800 -
This commit is contained in:
parent
eb8f5528e5
commit
67c31934b5
@ -2170,6 +2170,7 @@ end;
|
||||
destructor TExportFilters.Destroy;
|
||||
begin
|
||||
Clear;
|
||||
FList.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user