Commit 3c36a14b authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Call ERR_remove_state() on the main thread on shutdown,too


svn:r5322
parent 9492424d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ int
crypto_global_cleanup(void)
{
  EVP_cleanup();
  //ERR_remove_state(0);
  ERR_remove_state(0);
  ERR_free_strings();
#ifndef NO_ENGINES
  ENGINE_cleanup();