+ Clear handle in ReleaseIBase60

git-svn-id: trunk@3395 -
This commit is contained in:
joost 2006-04-30 22:23:14 +00:00
parent 5fc6e81f55
commit dc0aef1c78

View File

@ -2677,6 +2677,7 @@ begin
else if UnloadLibrary(IBaseLibraryHandle) then else if UnloadLibrary(IBaseLibraryHandle) then
begin begin
Dec(RefCount); Dec(RefCount);
IBaseLibraryHandle := NilHandle;
LoadedLibrary:=''; LoadedLibrary:='';
end; end;
end; end;