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