* Fix from Michl to fix bug ID #32304

git-svn-id: trunk@37000 -
This commit is contained in:
michael 2017-08-21 06:42:35 +00:00
parent 291cd08d72
commit 6513755e2e

View File

@ -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;