mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 02:38:08 +00:00
Merge pull request #1446 from ethomson/free
Clean up some memleaks in tests
This commit is contained in:
commit
f938259f7c
@ -165,6 +165,8 @@ void test_status_submodules__moved_head(void)
|
||||
cl_git_pass(
|
||||
git_status_foreach_ext(g_repo, &opts, cb_status__match, &counts));
|
||||
cl_assert_equal_i(6, counts.entry_count);
|
||||
|
||||
git_repository_free(smrepo);
|
||||
}
|
||||
|
||||
void test_status_submodules__dirty_workdir_only(void)
|
||||
|
Loading…
Reference in New Issue
Block a user