mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 14:37:30 +00:00
Do not free config when creating remote
The regression was introduced in 22261344de
This commit is contained in:
parent
7df580fae6
commit
5552237686
@ -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