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.
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
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
__