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:42:59 +0000 (16:42 +0000)
commit76e6509085ea96df0ca542568ee2596343711307
tree2b6cd61098b52b50c7097d38b22221340e75c3fc
parent7bca0a1db5f0fc2d2c671eddac19e9e92075a5f4
Fix memory leak in SSL_new if errors occur.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_lib.c