Prefer git__free() to free().

This commit is contained in:
Ben Straub 2012-06-06 12:31:48 -07:00
parent 8a385c0482
commit 19d35d528c

View File

@ -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;
}