valgrind.suppressions: suppress g_data_initialize()

This function initializes global variables.
This commit is contained in:
Max Kellermann 2011-08-24 19:11:01 +02:00
parent a1f922b040
commit 12dd6ea8bb

View File

@ -185,6 +185,14 @@
fun:ENGINE_load_dynamic fun:ENGINE_load_dynamic
} }
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_data_initialize
}
{ {
openssl openssl
Memcheck:Leak Memcheck:Leak