mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 05:09:31 +02:00
parent
291cd08d72
commit
6513755e2e
@ -393,8 +393,10 @@ end;
|
|||||||
destructor TFBAdmin.Destroy;
|
destructor TFBAdmin.Destroy;
|
||||||
begin
|
begin
|
||||||
if FSvcHandle<>FB_API_NULLHANDLE then
|
if FSvcHandle<>FB_API_NULLHANDLE then
|
||||||
WaitInterval:=100;
|
begin
|
||||||
|
WaitInterval:=100;
|
||||||
DisConnect;
|
DisConnect;
|
||||||
|
end;
|
||||||
FOutput.Destroy;
|
FOutput.Destroy;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user