Ver código fonte

* Fix missing inherited in destroy

git-svn-id: trunk@41430 -
michael 6 anos atrás
pai
commit
938d59434f
1 arquivos alterados com 1 adições e 0 exclusões
  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);