mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 09:20:34 +00:00
Fix warning
This commit is contained in:
parent
df705148ec
commit
cb7ac81c4d
@ -18,7 +18,7 @@ void test_refs_branches_create__cleanup(void)
|
||||
git_reference_free(branch);
|
||||
branch = NULL;
|
||||
|
||||
git_object_free(target);
|
||||
git_commit_free(target);
|
||||
target = NULL;
|
||||
|
||||
git_repository_free(repo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user