mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +02:00
* Fix missing inherited in destroy
git-svn-id: trunk@41430 -
This commit is contained in:
parent
74275a9173
commit
938d59434f
@ -733,6 +733,7 @@ begin
|
||||
FWebHandler.Free;
|
||||
if assigned(FEventLog) then
|
||||
FEventLog.Free;
|
||||
Inherited;
|
||||
end;
|
||||
|
||||
procedure TCustomWebApplication.CreateForm(AClass: TComponentClass; out Reference);
|
||||
|
Loading…
Reference in New Issue
Block a user