* 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;
begin
if FSvcHandle<>FB_API_NULLHANDLE then
WaitInterval:=100;
begin
WaitInterval:=100;
DisConnect;
end;
FOutput.Destroy;
inherited Destroy;
end;