Skip to content

Commit

Permalink
Update valgrind suppressions (AMICI-dev#2390)
Browse files Browse the repository at this point in the history
* Update valgrind suppressions
  • Loading branch information
dweindl authored Apr 4, 2024
1 parent b28b83b commit d993362
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions python/tests/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,19 @@
fun:__Pyx__PyObject_CallOneArg
}

{
other
Memcheck:Leak
match-leak-kinds: definite
fun:realloc
fun:resize_compact
fun:_PyUnicodeWriter_Finish
fun:PyUnicode_FromFormatV
fun:PyUnicode_FromFormat
fun:PyFortranObject_NewAsAttr
...
}

{
other
Memcheck:Value8
Expand Down

0 comments on commit d993362

Please sign in to comment.