Hi. I'm working on implementing HTTPS support to a open source SMS/WAP gateway called Kannel using OpenSSL. I have a question related to the memory leaks that have been discussed on this list previously. Do these automatically allocated data structures that are freed with ERR_remove_state() grow? My system has threads that tend to live a very long time. If they do, what's the recommended way of cleaning them up so they don't hog memory? I have no problem with calling ERR_remove_state() at the end of each thread, but if they do grow with time, then I have a problem. Also, is there a problem if I call ERR_remove_state() several times? Or if I call it to a thread that hasn't used any OpenSSL functions? Thanks for your time. -- Jarkko Kovala System specialist, Javerdel Oy +358-40-5358638 [EMAIL PROTECTED] http://www.iki.fi/~jarkko.kovala/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
