mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 15:00:29 +02:00
* Fixed mem-leak in TWebHandler
git-svn-id: trunk@37632 -
This commit is contained in:
parent
7763942907
commit
19db86cafa
@ -534,6 +534,7 @@ end;
|
|||||||
destructor TWebHandler.Destroy;
|
destructor TWebHandler.Destroy;
|
||||||
begin
|
begin
|
||||||
ModuleFactory.OnModuleRequest:=@HandleModuleRequest;
|
ModuleFactory.OnModuleRequest:=@HandleModuleRequest;
|
||||||
|
Inherited;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TCustomWebApplication }
|
{ TCustomWebApplication }
|
||||||
|
Loading…
Reference in New Issue
Block a user