crypto: fix memory leak in Connection::New
Do not create `SSL` instance twice, `SSL_new` is called from `SSLBase`
constructor anyway.
Reviewed-By:
Fedor Indutny <fedor@indutny.com>
parent
c0f30f60
Please register or sign in to comment
Do not create `SSL` instance twice, `SSL_new` is called from `SSLBase`
constructor anyway.
Reviewed-By:
Fedor Indutny <fedor@indutny.com>