mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 17:17:08 +00:00
Fix typo _delete -> _free
This commit is contained in:
parent
19b9a09209
commit
0001c02316
@ -130,7 +130,7 @@ static void *delete_refs(void *arg)
|
||||
|
||||
if (!git_reference_lookup(&ref, g_repo, name)) {
|
||||
cl_git_pass(git_reference_delete(ref));
|
||||
git_reference_delete(ref);
|
||||
git_reference_free(ref);
|
||||
}
|
||||
|
||||
if (i == 5) {
|
||||
|
Loading…
Reference in New Issue
Block a user