Commit a1f922b0 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: add libsoup suppressions

parent 017cf088
......@@ -425,6 +425,46 @@
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:soup_*_class_intern_init
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:soup_auth_manager_add_type
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:soup_auth_manager_class_intern_init
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:soup_auth_manager_ntlm_class_intern_init
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:intern_header_name
}
{
nss
Memcheck:Leak
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