From: Dr. Stephen Henson Date: Fri, 11 Sep 2009 11:02:52 +0000 (+0000) Subject: PR: 2038 X-Git-Tag: OpenSSL-fips-2_0-rc1~1539 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08882ac5beec0d1c64b56c5c2e6dbc1153cecd72;p=openssl PR: 2038 Submitted by: Artem Chuprina Approved by: steve@openssl.org Avoid double call to BIO_free(). --- diff --git a/apps/pkcs8.c b/apps/pkcs8.c index 43ff86d4f7..c93ce7734d 100644 --- a/apps/pkcs8.c +++ b/apps/pkcs8.c @@ -275,7 +275,6 @@ int MAIN(int argc, char **argv) } if (topk8) { - BIO_free(in); /* Not needed in this section */ pkey = load_key(bio_err, infile, informat, 1, passin, e, "key"); if (!pkey)