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

NULL the thread_local_inits_st pointer after use



After the final use of the thread_local_inits_st we should ensure it is
set to NULL, just in case OPENSSL_INIT_thread_stop gets called again and
it tries to use garbage.

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