mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 20:17:59 +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;
|
return entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user