Sometimes the leaks reported by boundscheker are not really leaks
Check if there are leaks reported in the ouput window-debug tab when 
the app exits

----- Original Message -----
From: "White Jack" <[EMAIL PROTECTED]>
Date: Tuesday, September 4, 2001 11:21 pm
Subject: memory leaks

> 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]
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to