libgit2

git_strarray_free

Deprecated
Version:

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.

Deprecations

  • Use git_strarray_dispose

See

Signature

void git_strarray_free(git_strarray *array);

Parameters

In
array

Versions