Commit 92ec3f08 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: add GObject/libgcrypt/libsmbclient suppressions

parent 98c47d9d
......@@ -429,6 +429,23 @@
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:g_type_register_static
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:gobject_init_ctor
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:intern_header_name
......@@ -485,6 +502,19 @@
}
#
# libgcrypt
#
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: reachable
fun:*alloc
...
fun:_gcry_mpi_init
}
#
# libopenal
#
......@@ -549,6 +579,14 @@
fun:smbc_init
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:SMBC_module_init
}
#
# libgomp
#
......
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