Cleanup OpenSSL_add_all_algorithms()

2014-03-21 Thread 1992
Good day, can somebody please say me, how to cleanup OpenSSL_add_all_algorithms()? I have a constant memory leak with the code in the attatchment. The valgrind log is also there. My secound problem: ==32205== Conditional jump or move depends on uninitialised value(s) ==32205==at 0x51424D9:

Re: Cleanup OpenSSL_add_all_algorithms()

2014-03-21 Thread 1992
Ok, i did manage the secound problem with the suppression file in the attatchment. Memory Leak Problem still remains. Am 21.03.2014 12:02, schrieb 1...@gmx.net: Good day, can somebody please say me, how to cleanup OpenSSL_add_all_algorithms()? I have a constant memory leak with the code