I'd like to eliminate this suppressed error in valgrind.
Does anyone have any idea? I have my cleanup code also pasted father below
==3317== 20 bytes in 1 blocks are still reachable in loss record 1 of 1
==3317== at 0x402425F: calloc (vg_replace_malloc.c:467)
==3317== by 0x4063105: _dlerror_run (dlerror.c:142)
==3317== by 0x4062B40: dlopen@@GLIBC_2.1 (dlopen.c:88)
==3317== by 0x82A1A99: dlfcn_globallookup (dso_dlfcn.c:472)
ENGINE_cleanup();
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
ERR_free_strings();
OBJ_NAME_cleanup(-1);
CRYPTO_cleanup();
ERR_remove_thread_state(NULL);
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]