Fix missing closedir()

Reviewed by:	imp
This commit is contained in:
Kevin Lo 2010-11-21 04:02:37 +00:00
parent d9cf41b68d
commit 5983e89162
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215607

View File

@ -422,6 +422,7 @@ config::parse_files_in_dir(const char *dirname)
parse_one_file(path); parse_one_file(path);
} }
} }
closedir(dirp);
} }
class epv_greater { class epv_greater {