lazreport: fix crash in pdf export

git-svn-id: trunk@49710 -
This commit is contained in:
blikblum 2015-08-26 02:17:10 +00:00
parent 8c380d06fa
commit 0c5e2500dc

View File

@ -10891,10 +10891,10 @@ begin
else
Result:=false;
ExportStream.Free;
if Result then
FCurrentFilter.AfterExport;
FreeAndNil(FCurrentFilter);
ExportStream.Free;
end;
procedure TfrReport.FillQueryParams;