OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 20 Jul 2021 09:19:39 +0000 (11:19 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 22 Jul 2021 08:14:47 +0000 (10:14 +0200)
commit981a5b7ce3bcdf4748162073c3dbd096c82d3c69
tree77dd5f957ecefedbb31534a8e1aad8aebddd2234
parentc74188e86c78c4fa47c4a658e1355c40524fadb4
OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxy

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16119)
crypto/http/http_client.c