diff options
Diffstat (limited to 'tests/errors.c')
-rw-r--r-- | tests/errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/errors.c b/tests/errors.c index 8a255ab..2bcf14c 100644 --- a/tests/errors.c +++ b/tests/errors.c @@ -33,6 +33,7 @@ void test_errors(const char *test_dir) { free(conf_path); } } + closedir(dir); free(errors_dir); // pom_conf *conf = pom_load_path("../tests"); } |