hi,
I used following codes to exit ssl,
SSL_shutdown (gssl); /* send SSL/TLS close_notify */
SSL_CTX_free(gssl->ctx);
SSL_free (gssl);
gssl=NULL;
ERR_remove_state(0);
ERR_free_strings();
EVP_cleanup();
CRYPTO_mem_leaks_cb(PrintmemLeak);
and CRYPTO_mem_leaks_cb output nothing ,I think that means no memory leaks.
But I used MSVC+Boundchecker to test,it told me there are still memory
leaks.
Is there anything I missed?
Any help is appreciated.
_________________________________________________________________
您可以在 MSN Hotmail 站点 http://www.hotmail.com/cn 免费收发电子邮件
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]