Fix memory leak in SSL_new if errors occur.
authorMatt Caswell <matt@openssl.org>
Thu, 4 Dec 2014 09:46:44 +0000 (09:46 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 8 Dec 2014 16:51:01 +0000 (16:51 +0000)
commit38afaa48ec10d6256179b89639ce07ff57b7fe0d
tree008713509414c2bb11b837dc7f1e69e78cda3597
parent954818fe60dc4a4514700d185d79afe6fec72afb
Fix memory leak in SSL_new if errors occur.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 76e6509085ea96df0ca542568ee2596343711307)
ssl/ssl_lib.c