ソースを参照

* added missing findclose in TCachedDirectory.Reload

git-svn-id: trunk@5568 -
Jonas Maebe 19 年 前
コミット
1f3dffbd1c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      compiler/cfileutils.pas

+ 1 - 0
compiler/cfileutils.pas

@@ -159,6 +159,7 @@ implementation
                     DirectoryEntries.Add(Dir.Name,Pointer(Ptrint(Dir.Attr)));
                 end;
             until findnext(dir) <> 0;
+            findclose(dir);
           end;
       end;