Commit 27a8092b by Carlos Martín Nieto Committed by Patrick Steinhardt

curl: free the user-provided proxy credentials

parent 8d7dcb10
......@@ -295,6 +295,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