Fix BIO_new_ssl_connect() to not leak memory
authorNan Xiao <nan@chinadtrace.org>
Mon, 29 Mar 2021 04:24:08 +0000 (12:24 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 30 Mar 2021 16:52:53 +0000 (18:52 +0200)
commit7947a1eb13c221bbc034796bd394ba00b0e2387d
treef3c4d7fbd65da37ad0510d79109d58bb82f2b027
parent4f10a996e5123c20315912149f586c481960e0de
Fix BIO_new_ssl_connect() to not leak memory

CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14719)
ssl/bio_ssl.c