libgit2

git_oidarray_free

Deprecated
Version:

Free the memory referred to by the git_oidarray. This is an alias of git_oidarray_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_oidarray_dispose

See

Signature

void git_oidarray_free(git_oidarray *array);

Parameters

In
array

Versions