Commit 3ca84ac0 by Edward Thomson

openssl: free hostname

parent 0175971e
......@@ -413,6 +413,7 @@ void openssl_free(git_stream *stream)
{
openssl_stream *st = (openssl_stream *) stream;
git__free(st->host);
git__free(st->cert_info.data);
git_stream_free(st->io);
git__free(st);
......
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