mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-08 00:46:54 +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 | ||