mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 13:12:22 +00:00
submodule test: free submodule
This commit is contained in:
parent
50aae0007b
commit
e4985fe3a9
@ -35,6 +35,7 @@ void test_submodule_repository_init__basic(void)
|
|||||||
cl_assert(git_path_isfile("submod2/.git/modules/" "sm_gitmodules_only" "/HEAD"));
|
cl_assert(git_path_isfile("submod2/.git/modules/" "sm_gitmodules_only" "/HEAD"));
|
||||||
|
|
||||||
git_config_free(cfg);
|
git_config_free(cfg);
|
||||||
|
git_submodule_free(sm);
|
||||||
git_repository_free(repo);
|
git_repository_free(repo);
|
||||||
git_buf_free(&dot_git_content);
|
git_buf_free(&dot_git_content);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user