mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 10:01:12 +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:
|
||||
git_reference_free(remote_ref);
|
||||
git_buf_free(&remote_branch_name);
|
||||
return retcode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user