mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 11:09:30 +00:00
![]() git_repository_free() calls git_odb_free() if the owned odb is not null. According to the doc, when setting a new odb through git_repository_set_odb() the caller has to take care of releasing the odb by himself. |
||
---|---|---|
.. | ||
getters.c | ||
init.c | ||
open.c | ||
setters.c |