Commit 6f8d1eb9 by Carlos Martín Nieto

curl: free the user-provided proxy credentials

parent 406b47bf
......@@ -297,6 +297,7 @@ static void curls_free(git_stream *stream)
curls_close(stream);
git_strarray_free(&s->cert_info_strings);
git_proxy_options_free(&s->proxy);
git_cred_free(s->proxy_cred);
git__free(s);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment