From f052cdc8e54cf2c4da1dc0fc2b0bb6eec9278f36 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 19 Dec 2025 18:41:52 -0600 Subject: [PATCH] cf: Use valgrind w/ --show-leak-kinds=definite to reduce noise --- cf/maybe-valgrind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/maybe-valgrind.sh b/cf/maybe-valgrind.sh index 5e20d98a8..91afd8180 100755 --- a/cf/maybe-valgrind.sh +++ b/cf/maybe-valgrind.sh @@ -56,7 +56,7 @@ doit=1 libtool="${tobjdir}/libtool --mode=execute" -valgrind="valgrind --leak-check=full --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions" +valgrind="valgrind --leak-check=full --show-leak-kinds=definite --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions" if head -10 "$1" | grep 'Generated by ltmain.sh' > /dev/null ; then uselibtool=1