diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 14:06:17 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 14:06:17 -0400 |
commit | 4f2644f354184d5febc1aa8f37e987eca03f7f25 (patch) | |
tree | 9f35a24eee9c46ddbc14c59909b4d5b1dfad0e62 /tests/errors.c | |
parent | ee88497b4451225c3140f56d98ebcbc166175407 (diff) |
More tests; fix locations
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"); } |