提交 1e55873f 编写于 作者: M Matt Caswell

Fix a memory leak in the new TAP filter BIO

[extended tests]
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3760)
上级 404c76f4
......@@ -30,7 +30,7 @@ void test_open_streams(void)
void test_close_streams(void)
{
BIO_free(bio_out);
BIO_free(bio_err);
BIO_free_all(bio_err);
}
int test_vprintf_stdout(const char *fmt, va_list ap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册