瀏覽代碼

* Fixed bug #8410, as suggested by zipfelvo

git-svn-id: trunk@6670 -
joost 19 年之前
父節點
當前提交
a4a5b5860f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;