Browse Source

* Fixed mem-leak in TWebHandler

git-svn-id: trunk@37632 -
joost 7 years ago
parent
commit
19db86cafa
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

@@ -534,6 +534,7 @@ end;
 destructor TWebHandler.Destroy;
 begin
   ModuleFactory.OnModuleRequest:=@HandleModuleRequest;
+  Inherited;
 end;
 
 { TCustomWebApplication }