valgrind.supp
2.61 KB
-
valgrind: suppress leaks in dlopen and newer libraries · c9b80c25
dlopen sets up some thread-local state that isn't cleaned up by `dlclose`. Additionally, now that we're linking against different versions of libssh2 and OpenSSL, we're seeing different leak signatures.
Edward Thomson committed