Skip to content

Commit 0f31991

Browse files
committed
Actually fix the directory handle leak
1 parent 524d5bb commit 0f31991

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/foundation/io/posix/posixfswrapper.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ PosixFSWrapper::ListDirectories(const String& dirPath, const String& pattern)
458458
DIR * dir = opendir(dirPath.AsCharPtr());
459459
if (0 != dir)
460460
{
461-
462461
struct dirent *result = nullptr;
463462
do
464463
{

0 commit comments

Comments
 (0)