提交 21425195 编写于 作者: R Richard Levitte

Fix double BIO_free in req

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 88f4c6f3
...@@ -591,6 +591,7 @@ int req_main(int argc, char **argv) ...@@ -591,6 +591,7 @@ int req_main(int argc, char **argv)
goto end; goto end;
} }
BIO_free(out); BIO_free(out);
out = NULL;
BIO_printf(bio_err, "-----\n"); BIO_printf(bio_err, "-----\n");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册