Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ca84ac

Browse files
committed
openssl: free hostname
1 parent 0175971 commit 3ca84ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openssl_stream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ void openssl_free(git_stream *stream)
413413
{
414414
openssl_stream *st = (openssl_stream *) stream;
415415

416+
git__free(st->host);
416417
git__free(st->cert_info.data);
417418
git_stream_free(st->io);
418419
git__free(st);

0 commit comments

Comments
 (0)