mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 18:38:58 +00:00
openssl: free hostname
This commit is contained in:
parent
0175971e91
commit
3ca84ac0ed
@ -413,6 +413,7 @@ void openssl_free(git_stream *stream)
|
|||||||
{
|
{
|
||||||
openssl_stream *st = (openssl_stream *) stream;
|
openssl_stream *st = (openssl_stream *) stream;
|
||||||
|
|
||||||
|
git__free(st->host);
|
||||||
git__free(st->cert_info.data);
|
git__free(st->cert_info.data);
|
||||||
git_stream_free(st->io);
|
git_stream_free(st->io);
|
||||||
git__free(st);
|
git__free(st);
|
||||||
|
Loading…
Reference in New Issue
Block a user