From 08882ac5beec0d1c64b56c5c2e6dbc1153cecd72 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 11 Sep 2009 11:02:52 +0000 Subject: [PATCH] PR: 2038 Submitted by: Artem Chuprina Approved by: steve@openssl.org Avoid double call to BIO_free(). --- apps/pkcs8.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.25.1