> From [EMAIL PROTECTED] Thu Mar 25 03:03 EST 1999
> >Received: by relay.mel.optimation.com.au (SMI-8.6/OSErib-2.3)
>         for <[EMAIL PROTECTED]> id DAA14974; Thu, 25 Mar 1999 03:00:16 
>+1100
> X-Authentication-Warning: diginat.com: Host p37-n66.dip.aha.ru [195.2.66.37] claimed 
>to be hom
> X-Sender: [EMAIL PROTECTED]
> Date: Wed, 24 Mar 1999 16:01:03 +0300
> To: [EMAIL PROTECTED]
> From: Sergei Khomiouk <[EMAIL PROTECTED]>
> Subject: Correct shutdowning of ssl client
> X-Sender: Sergei Khomiouk <[EMAIL PROTECTED]>
> Hello, openssl-users
> 
> I have problems with memory leaks in using ssleay client under win95/98.
> Ssleay v.0.9.0.
> Can anybody tell me recommended sequense of free's, shutdowns and so on?
> 
> Thanks,
> Sergei
> 
> 
Sergei,

   are you doing an SSL_free() and SSL_CTX_free() as part of the cleanup when 
closing your connection?  If not you are probably not releasing memory grabbed
to hold all the SSL context information for every connection.

I hope your problem is that simple.

Jeremy

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

Reply via email to