Bodo, that worked, thanks for your help.


Bodo Moeller wrote:

> 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.

--
Bob Ollila - [EMAIL PROTECTED]
(603)665-8100, (603)665-8103 fax
TerraLink Technologies - http://www.terralinktech.com
1600 Candia Road, Suite 5, Manchester NH 03109


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to