git_tree_entry_free

Free a user-owned tree entry

IMPORTANT: This function is only needed for tree entries owned by the user, such as the ones returned by git_tree_entry_dup() or git_tree_entry_bypath().

extern (C) nothrow @nogc
void
git_tree_entry_free

Parameters

entry libgit2_d.types.git_tree_entry*

The entry to free

Meta