<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>According to the answer I received at http://stackoverflow.com/questions/29845527/how-to-properly-uninitialize-openssl there is apparently a ticket with my problem out there already, namely the one here: https://rt.openssl.org/Ticket/Display.html?id=2561 The newest answer even references my thread.</div>

<div> </div>

<div>I know some people don't like removing memory leaks of objects that get initialized only once and are being used until shutdown, but if the solution Mat proposed really does the trick, I would really appreciate it if someone(tm) could take the time to put this seemingly small fix in the code.</div>

<div> </div>

<div>Cheers</div>

<div>Alex</div>

<div> 
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b> Dienstag, 28. April 2015 um 20:06 Uhr<br/>
<b>Von:</b> "Salz, Rich" <rsalz@akamai.com><br/>
<b>An:</b> "openssl-users@openssl.org" <openssl-users@openssl.org><br/>
<b>Betreff:</b> Re: [openssl-users] How do I uninitialize OpenSSL properly?</div>

<div name="quoted-content">> Unfortunately this didn't solve my problem, but at least I narrowed it down.<br/>
> The leaks are caused by my call to "SSL_CTX_load_verify_locations", which is<br/>
> essentially "X509_STORE_load_locations".<br/>
<br/>
Doesn't freeing the SSL_CTX_free release that data? If not, please file an RT ticket.<br/>
_______________________________________________<br/>
openssl-users mailing list<br/>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a></div>
</div>
</div>
</div></div></body></html>