mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 09:10:46 +00:00
tests: config::stress: free git_config
structs
This commit is contained in:
parent
c8fab201eb
commit
9031be180b
@ -126,4 +126,7 @@ void test_config_stress__quick_write(void)
|
|||||||
cl_git_pass(git_config_get_int32(&val, config_r, key));
|
cl_git_pass(git_config_get_int32(&val, config_r, key));
|
||||||
cl_assert_equal_i(i, val);
|
cl_assert_equal_i(i, val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git_config_free(config_r);
|
||||||
|
git_config_free(config_w);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user