This one works at least for CentOS 6. Because the OpenSSL library is
loaded as a plugin and unloaded before exit, valgrind sees only "???"
as the addresses. That's why we're using "obj:*". But the number of
obj:* lines is also important, so this may not work everywhere.
fun:lzma_stream_encoder
fun:lzma_easy_encoder
}
+{
+ <openssl_centos6_v1_0_1_compression_methods>
+ Memcheck:Leak
+ fun:malloc
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ fun:module_dir_init
+ fun:dcrypt_initialize
+ fun:main
+}