Re: Leaks X509

2008-10-14 Thread So Gerald
X509_free(x); 2008/10/2 David Schwartz <[EMAIL PROTECTED]> > > Stanislav Mikhailenko: > > > Hello I use openssl 0.9.8i in my project under Win32. > > There are some leaks detected when i do just it: > > > > X509* x=X509_new(); > > X509_free(); > > > > It was in previous versions too.

RE: Leaks X509

2008-10-01 Thread David Schwartz
Stanislav Mikhailenko: > Hello I use openssl 0.9.8i in my project under Win32. > There are some leaks detected when i do just it: > > X509* x=X509_new(); > X509_free(); > > It was in previous versions too. > What should i do to remove this? Did you confirm that the memory was leake

Leaks X509

2008-10-01 Thread TDMS Inc.
Hello I use openssl 0.9.8i in my project under Win32. There are some leaks detected when i do just it: X509* x=X509_new(); X509_free(); It was in previous versions too. What should i do to remove this? -- Best Regards, Stanislav Mikhailenko __