Browse Source

* Fix missing inherited in destroy

git-svn-id: trunk@41430 -
michael 6 years ago
parent
commit
938d59434f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/base/custweb.pp

+ 1 - 0
packages/fcl-web/src/base/custweb.pp

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