diff --git a/apps/req.c b/apps/req.c index a0e0cc905..a4cf3125f 100644 --- a/apps/req.c +++ b/apps/req.c @@ -591,6 +591,7 @@ int req_main(int argc, char **argv) goto end; } BIO_free(out); + out = NULL; BIO_printf(bio_err, "-----\n"); }