Fix memory leak in crl2pkcs7 app
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:59:35 +0000 (14:59 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 1 Jun 2016 17:00:53 +0000 (18:00 +0100)
commit1c422164d8343688b8356fcb26f6b7e06921433b
tree802a9073e48293048c33ad63d9479829360ba696
parenta855d1a155dd88aaf136bdc1deb88e68558b94fd
Fix memory leak in crl2pkcs7 app

The crl2pkcs7 app leaks a stack of OPENSSL_STRINGs in error paths.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/crl2p7.c