mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 07:00:18 +00:00
Add missing git_buf_free
This commit is contained in:
parent
88aef76635
commit
1265b51f5b
@ -282,6 +282,7 @@ static int update_head_to_branch(
|
|||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
git_reference_free(remote_ref);
|
git_reference_free(remote_ref);
|
||||||
|
git_buf_free(&remote_branch_name);
|
||||||
return retcode;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user