boringssl/crypto/err
Adam Langley f0eb169829 Free all error queues on shutdown.
As feared, 2bca0988 did cause some leak checkers to get upset about the
state_hash pointer getting cleared.

This change makes err_shutdown free all the error queues to try and
avoid this. Hopefully this doesn't upset TSAN in turn.

BUG=448296

Change-Id: I827da63c793dcabc73168ece052cdcd3d3cc64e3
Reviewed-on: https://boringssl-review.googlesource.com/2890
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-01-15 22:10:02 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
err_impl.c Free all error queues on shutdown. 2015-01-15 22:10:02 +00:00
err_test.c Test which direction ERR_get_error reads from the error queue. 2015-01-06 18:29:45 +00:00
err.c Free all error queues on shutdown. 2015-01-15 22:10:02 +00:00