LazReport: fix mem leak

git-svn-id: trunk@49800 -
This commit is contained in:
jesus 2015-09-09 19:19:14 +00:00
parent eb8f5528e5
commit 67c31934b5

View File

@ -2170,6 +2170,7 @@ end;
destructor TExportFilters.Destroy;
begin
Clear;
FList.Free;
inherited Destroy;
end;