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

Don't leak EVP_MD_CTX on error path



The cms_SignerInfo_content_sign() function allocated an EVP_MD_CTX but
then failed to free it on an error path.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 29f4c357
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