mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 17:42:31 +00:00
Merge pull request #4224 from yuyichao/push-free-config
Do not free config when creating remote
This commit is contained in:
commit
f9921ad7c9
@ -260,7 +260,6 @@ on_error:
|
||||
if (error)
|
||||
git_remote_free(remote);
|
||||
|
||||
git_config_free(config);
|
||||
git_buf_free(&canonical_url);
|
||||
git_buf_free(&var);
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user