Commit b0b6ba2d authored by Matt Caswell's avatar Matt Caswell
Browse files

Don't leak memory on failure to create a mem BIO



During construction of a mem BIO we allocate some resources. If this
allocation fails we can end up leaking everything we have allocated so
far.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent df0f2759
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment