* Fix missing inherited in destroy

git-svn-id: trunk@41430 -
This commit is contained in:
michael 2019-02-24 14:59:13 +00:00
parent 74275a9173
commit 938d59434f

View File

@ -733,6 +733,7 @@ begin
FWebHandler.Free;
if assigned(FEventLog) then
FEventLog.Free;
Inherited;
end;
procedure TCustomWebApplication.CreateForm(AClass: TComponentClass; out Reference);