Commit 14e1bc15 by Carlos Martín Nieto

tests: plug a leak in the config stress

parent 5b786963
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment