mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 22:00:57 +00:00
This renames git_vector_free_all to the better git_vector_free_deep and also contains a couple of memory leak fixes based on valgrind checks. The fixes are specifically: failure to free global dir path variables when not compiled with threading on and failure to free filters from the filter registry that had not be initialized fully. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| filter.h | ||
| index.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| reflog.h | ||
| refs.h | ||
| repository.h | ||