mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 16:06:02 +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)
|
if (error)
|
||||||
git_remote_free(remote);
|
git_remote_free(remote);
|
||||||
|
|
||||||
git_config_free(config);
|
|
||||||
git_buf_free(&canonical_url);
|
git_buf_free(&canonical_url);
|
||||||
git_buf_free(&var);
|
git_buf_free(&var);
|
||||||
return error;
|
return error;
|
||||||
|
Loading…
Reference in New Issue
Block a user