Hi all,

I'm using openssl-0.9.8a from Ubuntu Linux (0.9.8a-7ubuntu0.1) and
look for memory leaks in my own code using valgrind:

    http://valgrind.org/

Unfortunately, it seems that openssl allocates memory inside the
call to SSL_library_init() that seems to never get deallocated.

Would you people be interested in a patch that adds an 
SSL_library_release() function that releases all memory and returns
the SSL library to the state it was in before SSL_library_init()
was called?

Cheers,
Erik
-- 
=======================
erik de castro lopo
senior design engineer

bCODE
level 2, 2a glen street
milsons point
sydney nsw 2061
australia

tel +61 (0)2 9954 4411
fax +61 (0)2 9954 4422
www.bcode.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to