Re: ssl_comp_methods never freed

2010-05-20 Thread Kyle Hamilton
Please send patches (as attachments) to r...@openssl.org, so they can be tracked. (rt will automatically assign a request number, and echo the main content of the mail to openssl-dev.) (Please note that I'm not a core developer, have no direct contact with any of the core developers, and am essen

ssl_comp_methods never freed

2010-05-20 Thread Old Wolf
In ssl_ciph.c there is a static STACK called ssl_comp_methods, and it is not possible to free the memory allocated to this stack (as far as I can tell). This isn't a big problem for normal applications as all allocated memory is freed when the process shuts down. However, I use OpenSSL in a