Add some python valgrind suppressions

This commit is contained in:
baldurk
2018-01-24 22:52:31 +00:00
parent a159af9cfe
commit 8d265284ee
+27
View File
@@ -51,6 +51,33 @@
obj:*libvulkan.so*
}
# Python
{
PythonLeak
Memcheck:Leak
match-leak-kinds: all
...
obj:*libpython3.6m.so*
}
{
PythonRead
Memcheck:Addr4
...
obj:*libpython3.6m.so*
}
{
PythonRead
Memcheck:Value8
...
obj:*libpython3.6m.so*
}
{
PythonRead
Memcheck:Cond
...
obj:*libpython3.6m.so*
}
# Unknown cause but not important leak
{
UnknownLeak1