Commit 192f4240 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: more library suppressions

parent ef71df60
......@@ -337,6 +337,15 @@
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:g_quark_init
}
{
g_quark_from_string
Memcheck:Leak
fun:*alloc
......@@ -554,3 +563,29 @@
...
fun:_dl_init
}
#
# libpixman
#
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:pixman_constructor
}
#
# libssh (via libcurl)
#
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:libssh2_init
}
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