Do not free config when creating remote

The regression was introduced in 22261344de
This commit is contained in:
Yichao Yu
2017-04-29 12:28:35 -04:00
parent 7df580fae6
commit 5552237686

View File

@@ -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;