Commit 12dd6ea8 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: suppress g_data_initialize()

This function initializes global variables.
parent a1f922b0
...@@ -186,6 +186,14 @@ ...@@ -186,6 +186,14 @@
} }
{ {
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_data_initialize
}
{
openssl openssl
Memcheck:Leak Memcheck:Leak
fun:malloc fun:malloc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment