Skip to content

Commit 6f8d1eb

Browse files
committed
curl: free the user-provided proxy credentials
1 parent 406b47b commit 6f8d1eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/curl_stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ static void curls_free(git_stream *stream)
297297
curls_close(stream);
298298
git_strarray_free(&s->cert_info_strings);
299299
git_proxy_options_free(&s->proxy);
300+
git_cred_free(s->proxy_cred);
300301
git__free(s);
301302
}
302303

0 commit comments

Comments
 (0)