valgrind.suppressions: add GObject/libgcrypt/libsmbclient suppressions
This commit is contained in:
parent
98c47d9d36
commit
92ec3f0881
|
@ -426,6 +426,23 @@
|
|||
fun:g_object_class_install_property
|
||||
}
|
||||
|
||||
{
|
||||
<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
|
||||
|
@ -484,6 +501,19 @@
|
|||
fun:do_preload
|
||||
}
|
||||
|
||||
#
|
||||
# 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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue