Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit f80ab91

Browse files
author
mattpass
committed
Close handler after use
1 parent 0729daf commit f80ab91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/indexer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function phpGrep($path, $base) {
199199
}
200200
}
201201
}
202+
closedir($fp);
202203
return $ret;
203204
}
204205

0 commit comments

Comments
 (0)