+ 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
begin
Dec(RefCount);
IBaseLibraryHandle := NilHandle;
LoadedLibrary:='';
end;
end;