Commit 1e55873f authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a memory leak in the new TAP filter BIO



[extended tests]

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3760)
parent 404c76f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)