mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 20:07:25 +01:00
TurboPower_IPro: Fix memory leak in TIpHtmlInternalPanel.SelectPrinterDlg. Issue #40924, patch by michalgw.
This commit is contained in:
parent
2b05839fba
commit
c4d26f3da9
@ -5678,6 +5678,7 @@ begin
|
||||
ResetPrint;
|
||||
Result := true;
|
||||
end;
|
||||
printDialog.Free;
|
||||
end;
|
||||
|
||||
procedure TIpHtmlInternalPanel.PrintPages(FromPage, ToPage: Integer);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user