Bob Ollila <[EMAIL PROTECTED]>:

> I'm getting a memory leak in an application that uses openssl 9.4.
> The leak occurs on calls to ERR_load_ERR_strings() and
> ERR_load_crypto_strings().  Is there a corresponding call that needs
> to be made to de-allocate memory associated with these calls ?

EVP_cleanup() and ERR_free_strings().  (Also you should call
ERR_remove_state(0).)  See apps/openssl.c.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to