* Unregister routes

git-svn-id: trunk@42265 -
This commit is contained in:
michael 2019-06-22 07:44:18 +00:00
parent 961b27b4a7
commit ba1fb2c0cf

View File

@ -869,6 +869,8 @@ end;
destructor TSQLDBRestDispatcher.Destroy;
begin
if RoutesRegistered then
UnregisterRoutes;
Authenticator:=Nil;
FreeAndNil(FAdminUserIDs);
FreeAndNil(FCustomViewResource);