Commit 550e1d07 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit 4bf08600)
parent 2ece9c1f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment