* Fixed mem-leak in TWebHandler

git-svn-id: trunk@37632 -
This commit is contained in:
joost 2017-11-28 17:27:45 +00:00
parent 7763942907
commit 19db86cafa

View File

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