mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 16:34:24 +09:00
tests/valgrind-python.supp: Ignore PyGObject leaks
They are unrelated to fprint itself, so let's ignore them
This commit is contained in:
@@ -95,3 +95,24 @@
|
|||||||
fun:realloc
|
fun:realloc
|
||||||
obj:/usr/lib/*/libpython3*.so.*
|
obj:/usr/lib/*/libpython3*.so.*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ignore__pygobject_possible_leaks
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: possible
|
||||||
|
...
|
||||||
|
obj:/usr/lib*/python*/site-packages/gi/_gi.cpython-*.so
|
||||||
|
obj:/usr/lib*/libpython3.*.so.*
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ignore__pygobject_instance_leaks
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
...
|
||||||
|
fun:g_type_create_instance
|
||||||
|
fun:gi_info_new_full
|
||||||
|
...
|
||||||
|
obj:/usr/lib*/python*/site-packages/gi/_gi.cpython-*.so
|
||||||
|
obj:/usr/lib*/libpython3.*.so.*
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user