Re: How to prevent memory leak in dll.

2000-02-17 Thread Bodo Moeller

zheng xiangyang [EMAIL PROTECTED]:

 [...]

Call EVP_cleanup() to free those data structures.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



How to prevent memory leak in dll.

2000-02-14 Thread zheng xiangyang



Iwant to  wrap Openssl into ActiveX, when Process attach 
my Activex , it calls SSLeay_add_all_ciphers this will malloc some 
memory.When the Process dettach my activex I have to free these momory. But I 
can't find SSLeay_delete_all_ciphers, what should I 
do?