Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -1165,3 +1165,14 @@
fun:__pyx_tp_dealloc_4h5py_8_objects_ObjectID
...
}

{
SWIG (probably libsbml-5.21.1)
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:_PyObject_New
fun:_ZL13SWIG_mod_execP7_object
fun:PyModule_ExecDef
...
}
Loading