mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* added missing findclose in TCachedDirectory.Reload
git-svn-id: trunk@5568 -
This commit is contained in:
parent
d4258ae636
commit
1f3dffbd1c
@ -159,6 +159,7 @@ implementation
|
||||
DirectoryEntries.Add(Dir.Name,Pointer(Ptrint(Dir.Attr)));
|
||||
end;
|
||||
until findnext(dir) <> 0;
|
||||
findclose(dir);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user