tong / hxssl

Haxe→C++/Neko OpenSSL bindings
30 stars 45 forks source link

Memory Leak #17

Closed hexonaut closed 11 years ago

hexonaut commented 11 years ago

I've fixed a memory leak. SSL_new and SSL_CTX_new were not being free'd during socket close. I've also updated the linux64 binary.

tong commented 11 years ago

thanks!