Fix missing closedir()

Reviewed by:	imp
This commit is contained in:
kevlo 2010-11-21 04:02:37 +00:00
parent 7d8fac092d
commit dac2186be3

View File

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