mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +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;
|
||||
begin
|
||||
ModuleFactory.OnModuleRequest:=@HandleModuleRequest;
|
||||
Inherited;
|
||||
end;
|
||||
|
||||
{ TCustomWebApplication }
|
||||
|
Loading…
Reference in New Issue
Block a user