| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Since users are disposing the _contents_ of the oidarray, not freeing the oidarray itself, the proper cleanup function is `git_oidarray_dispose`. Deprecate `git_oidarray_free`.
| Back | FazBrowse Home | New Git URL |
Since users are disposing the contents of the oidarray, not freeing
the oidarray itself, the proper cleanup function is
git_oidarray_dispose. Deprecate git_oidarray_free.