Skip to content

Commit

Permalink
Add new valgrind suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes committed Sep 22, 2023
1 parent e7a864b commit e544761
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Empty file modified pyproject.toml
100755 → 100644
Empty file.
18 changes: 18 additions & 0 deletions tests/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,21 @@
fun:call_function
fun:_PyEval_EvalFrameDefault
}

{
Python read object leak
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_PyMem_RawMalloc
fun:PyObject_Malloc
fun:PyFloat_FromDouble
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:r_object
fun:read_object
}

0 comments on commit e544761

Please sign in to comment.