* Fix memleak

This commit is contained in:
Michaël Van Canneyt 2021-12-27 11:41:29 +01:00
parent 91337a3675
commit 11d2960db8

View File

@ -522,6 +522,7 @@ destructor THTTPRouter.Destroy;
begin
FreeAndNil(FLock);
FreeAndNil(FRoutes);
FreeAndNil(FIntercepts);
inherited Destroy;
end;