Commit 9031be18 by Patrick Steinhardt

tests: config::stress: free `git_config` structs

parent c8fab201
......@@ -126,4 +126,7 @@ void test_config_stress__quick_write(void)
cl_git_pass(git_config_get_int32(&val, config_r, key));
cl_assert_equal_i(i, val);
}
git_config_free(config_r);
git_config_free(config_w);
}
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