Re: valgrind and BIO_new_mem_buf

2008-12-01 Thread Ger Hobbelt
Should be Bingo! I went the other way around and from the code follows the need to call CRYPTO_cleanup_all_ex_data() at the very end, once all is done. Ger On Mon, Dec 1, 2008 at 8:27 PM, Scott Gifford <[EMAIL PROTECTED]> wrote: > "Shaun R." <[EMAIL PROTECTED]> writes: > >> valgrind --leak-check

Re: valgrind and BIO_new_mem_buf

2008-12-01 Thread Scott Gifford
"Shaun R." <[EMAIL PROTECTED]> writes: > valgrind --leak-check=yes shows the below message, trying to figure > out what i need to do to correct this. i do have > BIO_free(verify_bio); before the function returns Not sure if it addresses your problem directly, but this FAQ entry might be helpful: