mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 07:29:21 +00:00
worktree: use git__free
instead of free
This commit is contained in:
parent
0f642f3168
commit
9be4c3039a
@ -212,7 +212,7 @@ int git_worktree_open_from_repository(git_worktree **out, git_repository *repo)
|
||||
goto out;
|
||||
|
||||
out:
|
||||
free(name);
|
||||
git__free(name);
|
||||
git_buf_free(&parent);
|
||||
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user