Commit f58cee8f authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix memory leak in ssltest



The new Rand usage of Thread API exposed a bug in ssltest. ssltest "cheats"
and uses internal headers to directly call functions that normally you
wouldn't be able to do. This means that auto-init doesn't happen, and
therefore auto-deinit doesn't happen either, meaning that the new rand locks
don't get cleaned up properly.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 8eed7e87
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