* added missing findclose in TCachedDirectory.Reload

git-svn-id: trunk@5568 -
This commit is contained in:
Jonas Maebe 2006-12-11 15:42:51 +00:00
parent d4258ae636
commit 1f3dffbd1c

View File

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