mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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