Skip to content

Commit 032c21a

Browse files
authored
Update valgrind suppressions (#2938)
1 parent 678f7a3 commit 032c21a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

python/tests/valgrind-python.supp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,3 +1116,13 @@
11161116
fun:PyUFunc_AddLoopFromSpec_int
11171117
...
11181118
}
1119+
1120+
{
1121+
pybind11
1122+
Memcheck:Leak
1123+
match-leak-kinds: definite
1124+
fun:malloc
1125+
fun:_PyObject_New
1126+
fun:_ZN8pybind1112cpp_function18initialize_genericEOSt10unique_ptrINS_6detail15function_recordENS0_33InitializingFunctionRecordDeleterEEPKcPKPKSt9type_infom
1127+
...
1128+
}

0 commit comments

Comments
 (0)