mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
delete pre-calculated tablle upon termination
This commit is contained in:
parent
aff8cd478c
commit
c265bd6c4d
1 changed files with 2 additions and 1 deletions
|
@ -829,6 +829,7 @@ namespace crypto
|
|||
ELGAMAL_SHORT_EXPONENT_NUM_BYTES
|
||||
#endif
|
||||
);
|
||||
delete[] g_ElggTable; g_ElggTable = nullptr;
|
||||
}
|
||||
/* CRYPTO_set_locking_callback (nullptr);
|
||||
m_OpenSSLMutexes.clear ();*/
|
||||
|
|
Loading…
Add table
Reference in a new issue