Merge branch 'mh/http-urlmatch-cleanup'

Leakfix.

* mh/http-urlmatch-cleanup:
  http: don't leak urlmatch_config.vars
This commit is contained in:
Junio C Hamano 2019-09-30 13:19:24 +09:00
commit f0fcab6deb
1 changed files with 1 additions and 0 deletions

1
http.c
View File

@ -1075,6 +1075,7 @@ void http_init(struct remote *remote, const char *url, int proactive_auth)
git_config(urlmatch_config_entry, &config);
free(normalized_url);
string_list_clear(&config.vars, 1);
#if LIBCURL_VERSION_NUM >= 0x073800
if (http_ssl_backend) {