mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:00:15 +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)) {
|
if (!git_reference_lookup(&ref, g_repo, name)) {
|
||||||
cl_git_pass(git_reference_delete(ref));
|
cl_git_pass(git_reference_delete(ref));
|
||||||
git_reference_delete(ref);
|
git_reference_free(ref);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i == 5) {
|
if (i == 5) {
|
||||||
|
Loading…
Reference in New Issue
Block a user