mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 00:02:24 +03:00
Suppress all python level leaks for now
This commit is contained in:
parent
fdfba982c8
commit
84b88a9fbc
|
@ -18,7 +18,7 @@
|
||||||
{
|
{
|
||||||
<python_alloc_possible_leak>
|
<python_alloc_possible_leak>
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds: possible
|
match-leak-kinds: all
|
||||||
fun:malloc
|
fun:malloc
|
||||||
fun:_PyMem_RawMalloc
|
fun:_PyMem_RawMalloc
|
||||||
fun:PyObject_Malloc
|
fun:PyObject_Malloc
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
{
|
{
|
||||||
<python_realloc_possible_leak>
|
<python_realloc_possible_leak>
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
match-leak-kinds: possible
|
match-leak-kinds: all
|
||||||
fun:malloc
|
fun:malloc
|
||||||
fun:_PyMem_RawRealloc
|
fun:_PyMem_RawRealloc
|
||||||
fun:PyMem_Realloc
|
fun:PyMem_Realloc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user