Fix missing closedir()
Reviewed by: imp
This commit is contained in:
parent
d9cf41b68d
commit
5983e89162
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user