http: don't leak urlmatch_config.vars
Signed-off-by: Mike Hommey <mh@glandium.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
75b2f01a0f
commit
7e92756751
1
http.c
1
http.c
@ -1073,6 +1073,7 @@ void http_init(struct remote *remote, const char *url, int proactive_auth)
|
|||||||
|
|
||||||
git_config(urlmatch_config_entry, &config);
|
git_config(urlmatch_config_entry, &config);
|
||||||
free(normalized_url);
|
free(normalized_url);
|
||||||
|
string_list_clear(&config.vars, 1);
|
||||||
|
|
||||||
#if LIBCURL_VERSION_NUM >= 0x073800
|
#if LIBCURL_VERSION_NUM >= 0x073800
|
||||||
if (http_ssl_backend) {
|
if (http_ssl_backend) {
|
||||||
|
Loading…
Reference in New Issue
Block a user