Fix double BIO_free in req
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
88f4c6f3d2
commit
2142519500
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ int req_main(int argc, char **argv)
|
|||
goto end;
|
||||
}
|
||||
BIO_free(out);
|
||||
out = NULL;
|
||||
BIO_printf(bio_err, "-----\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue