mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
lazreport: fix crash in pdf export
git-svn-id: trunk@49710 -
This commit is contained in:
parent
8c380d06fa
commit
0c5e2500dc
@ -10891,10 +10891,10 @@ begin
|
||||
else
|
||||
Result:=false;
|
||||
|
||||
ExportStream.Free;
|
||||
if Result then
|
||||
FCurrentFilter.AfterExport;
|
||||
FreeAndNil(FCurrentFilter);
|
||||
ExportStream.Free;
|
||||
end;
|
||||
|
||||
procedure TfrReport.FillQueryParams;
|
||||
|
Loading…
Reference in New Issue
Block a user