On Sat, Jan 24, 2015 at 04:34:14PM -0500, Avery A. Tarasov wrote: > > Important findings: > > *1) * If SSL_library_init() and SSL_load_error_strings() are *removed* > (which are the only 2 OpenSSL functions I'm using).... the handle leaks go > away.. > > *2)* If SSL_library_init() and SSL_load_error_strings() are *kept* but > the creation of the thread is *removed* -- no more handle leaks.. And that thread is clean up? You know a thread has a handle too? Kurt