Browse Source

* Fixed bug #8410, as suggested by zipfelvo

git-svn-id: trunk@6670 -
joost 18 years ago
parent
commit
a4a5b5860f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/base/ibase/ibase60.inc

+ 1 - 0
packages/base/ibase/ibase60.inc

@@ -2641,6 +2641,7 @@ begin
     begin
     begin
     If (LoadedLibrary<>LibraryName) then
     If (LoadedLibrary<>LibraryName) then
       Raise EInoutError.CreateFmt(SErrAlreadyLoaded,[LoadedLibrary]);
       Raise EInoutError.CreateFmt(SErrAlreadyLoaded,[LoadedLibrary]);
+    inc(RefCount);
     Result:=True;
     Result:=True;
     end;  
     end;  
 end;
 end;