Hi!

I use valgrind to check my code, and I can't seem to be able to free up 36 bytes.

SSL_library_init() allocates 36 bytes that I am not able to free using the regular cleanup functions.

The details:
SSL_library_init calls SSL_COMP_get_compression_methods() if OPENSSL_NO_COMP is defined.

The SSL_COMP_get_compression_methods() calls load_builtin_compression()

The load_builtin_compression allocates sizeof(SSL_COMP) dynamically.

These are the 36 bytes that are taken away from me :-)
Is this a leak, or are they cleaned up in any sense by any of the cleanup functions ?


Best Regards
Steffen Fiksdal
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to