Fix a leak in SSL_clear()
SSL_clear() was resetting numwpipes to 0, but not freeing any allocated
memory for existing write buffers.
Fixes #2026
Reviewed-by:
Rich Salz <rsalz@openssl.org>
Loading
Please register or sign in to comment
SSL_clear() was resetting numwpipes to 0, but not freeing any allocated
memory for existing write buffers.
Fixes #2026
Reviewed-by:
Rich Salz <rsalz@openssl.org>