tests: plug a leak in the config stress
diff --git a/tests-clar/config/stress.c b/tests-clar/config/stress.c
index 8fbc8b9..6e7db6e 100644
--- a/tests-clar/config/stress.c
+++ b/tests-clar/config/stress.c
@@ -80,4 +80,5 @@ void test_config_stress__escape_subsection_names(void)
cl_git_pass(git_config_get_string(&str, config, "some.sec\\tion.other"));
cl_assert(!strcmp("foo", str));
+ git_config_free(config);
}