mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:39:33 +02:00
* Unregister routes
git-svn-id: trunk@42265 -
This commit is contained in:
parent
961b27b4a7
commit
ba1fb2c0cf
@ -869,6 +869,8 @@ end;
|
||||
|
||||
destructor TSQLDBRestDispatcher.Destroy;
|
||||
begin
|
||||
if RoutesRegistered then
|
||||
UnregisterRoutes;
|
||||
Authenticator:=Nil;
|
||||
FreeAndNil(FAdminUserIDs);
|
||||
FreeAndNil(FCustomViewResource);
|
||||
|
Loading…
Reference in New Issue
Block a user