From 4f2644f354184d5febc1aa8f37e987eca03f7f25 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 15 Sep 2025 14:06:17 -0400 Subject: More tests; fix locations --- tests/parsing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/parsing.c') diff --git a/tests/parsing.c b/tests/parsing.c index 3c321c6..f34107e 100644 --- a/tests/parsing.c +++ b/tests/parsing.c @@ -63,5 +63,6 @@ void test_parsing(const char *test_dir) { free(flat_path); } } + closedir(dir); free(parsing_dir); } -- cgit v1.2.3