libgit2/tests-clar/repo
nulltoken baf861a511 Fix git_repository_set_odb() refcount issue
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.
2012-04-23 11:07:19 +02:00
..
getters.c Fix git_repository_set_odb() refcount issue 2012-04-23 11:07:19 +02:00
init.c repository: add minimal reinitialization of repository 2012-01-25 23:05:06 +01:00
open.c Fix MSVC compilation warnings 2012-04-14 13:46:13 +02:00
setters.c Fix git_repository_set_odb() refcount issue 2012-04-23 11:07:19 +02:00