mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 21:44:58 +00:00
Prefer git__free() to free().
This commit is contained in:
parent
8a385c0482
commit
19d35d528c
@ -552,7 +552,7 @@ static const git_tree_entry* git_tree_entry_bypath(git_tree *tree, git_repositor
|
||||
}
|
||||
}
|
||||
|
||||
free(alloc);
|
||||
git__free(alloc);
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user