[xmlsec] Re: Memory leaks

2002-11-26 Thread Aleksey Sanin
I am sorry, but I prefer to answer on XMLSec related questions in the mailing list. It saves my time because others can read answers there instead of asking me. Please try to the following: /* * Init OpenSSL */ OpenSSL_add_all_algorithms(); if((RAND_status() != 1) && (app_RAND_l

[xmlsec] Re: Memory leaks

2002-11-26 Thread Aleksey Sanin
Do you have any print outs that show where the memory leak happens? Also use xmlsec mailing list, please. Aleksey. [EMAIL PROTECTED] wrote: Hi Aleksey, I got the memory leaks when I called xmlSecSimpleKeysMngrCreate(), and followed by xmlSecSimpleKeysMngrDestroy(). I commented out the code