1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 06:54:15 +00:00

delete pre-calculated tablle upon termination

This commit is contained in:
orignal 2016-04-18 21:07:45 -04:00
parent aff8cd478c
commit c265bd6c4d

View File

@ -828,7 +828,8 @@ namespace crypto
#else #else
ELGAMAL_SHORT_EXPONENT_NUM_BYTES ELGAMAL_SHORT_EXPONENT_NUM_BYTES
#endif #endif
); );
delete[] g_ElggTable; g_ElggTable = nullptr;
} }
/* CRYPTO_set_locking_callback (nullptr); /* CRYPTO_set_locking_callback (nullptr);
m_OpenSSLMutexes.clear ();*/ m_OpenSSLMutexes.clear ();*/