Fix double BIO_free in req

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Richard Levitte 2015-05-29 09:14:03 +02:00
parent 88f4c6f3d2
commit 2142519500
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ int req_main(int argc, char **argv)
goto end;
}
BIO_free(out);
out = NULL;
BIO_printf(bio_err, "-----\n");
}