mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
* Fix memleak
This commit is contained in:
parent
91337a3675
commit
11d2960db8
@ -522,6 +522,7 @@ destructor THTTPRouter.Destroy;
|
|||||||
begin
|
begin
|
||||||
FreeAndNil(FLock);
|
FreeAndNil(FLock);
|
||||||
FreeAndNil(FRoutes);
|
FreeAndNil(FRoutes);
|
||||||
|
FreeAndNil(FIntercepts);
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user