openssl: free hostname

This commit is contained in:
Edward Thomson 2015-06-29 20:29:29 +00:00
parent 0175971e91
commit 3ca84ac0ed

View File

@ -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);