mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Ignore more python leaks
This commit is contained in:
committed by
Marco Trevisan
parent
9141014456
commit
28b9ab7e37
@@ -67,3 +67,31 @@
|
||||
...
|
||||
fun:_Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/lib*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/lib/*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
obj:/usr/lib*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
obj:/usr/lib/*/libpython3*.so.*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user