Fix a memory leak in an error path
authorMatt Caswell <matt@openssl.org>
Mon, 12 Feb 2018 16:58:33 +0000 (16:58 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Feb 2018 15:30:15 +0000 (15:30 +0000)
commit62542d046483687330c55b36fa27d82dc03958c2
tree3e329dc549ea5015b87e8789b5a96400c6055600
parentd8e2b4f9bf2e387ee533723a2d668fe7254b025c
Fix a memory leak in an error path

Found by Coverity.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5336)
crypto/rsa/rsa_mp.c