git_strarray_free

Free the memory referred to by the git_strarray. This is an alias of git_strarray_dispose and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

@deprecated Use git_strarray_dispose @see git_strarray_dispose

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc deprecated
void
git_strarray_free

Meta