diff options
author | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-11 17:17:18 (GMT) |
---|---|---|
committer | pooryorick <com.digitalsmarties@pooryorick.com> | 2023-05-11 17:17:18 (GMT) |
commit | 4fa1fa29aefb0c8b7b0ee5cfa2cfb98548eddcbd (patch) | |
tree | 3650fc07696b1d2608277344a4b107748b0da78c /tools | |
parent | 6fbc88e2a0829e961e4ba829ea15bc2273002f8a (diff) | |
download | tcl-4fa1fa29aefb0c8b7b0ee5cfa2cfb98548eddcbd.zip tcl-4fa1fa29aefb0c8b7b0ee5cfa2cfb98548eddcbd.tar.gz tcl-4fa1fa29aefb0c8b7b0ee5cfa2cfb98548eddcbd.tar.bz2 |
Fix failing valgrind suppression for load.test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind_suppress | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind_suppress b/tools/valgrind_suppress index 80c6630..c165948 100644 --- a/tools/valgrind_suppress +++ b/tools/valgrind_suppress @@ -47,6 +47,7 @@ Memcheck:Leak match-leak-kinds: reachable fun:malloc + ... fun:decompose_rpath ... fun:dlopen_doit |