Commit 19d35d52 by Ben Straub

Prefer git__free() to free().

parent 8a385c04
...@@ -552,7 +552,7 @@ static const git_tree_entry* git_tree_entry_bypath(git_tree *tree, git_repositor ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment