mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-14 02:36:12 +00:00
Merge pull request #1368 from scunz/inc_ref
Increment reference counter in git_repository_set_config
This commit is contained in:
commit
6990377786
@ -553,6 +553,7 @@ void git_repository_set_config(git_repository *repo, git_config *config)
|
||||
|
||||
repo->_config = config;
|
||||
GIT_REFCOUNT_OWN(repo->_config, repo);
|
||||
GIT_REFCOUNT_INC(repo->_config);
|
||||
}
|
||||
|
||||
int git_repository_odb__weakptr(git_odb **out, git_repository *repo)
|
||||
|
Loading…
Reference in New Issue
Block a user