diff --git a/scripts/htop_suppressions.valgrind b/scripts/htop_suppressions.valgrind index 3e5c9f1c..0ba4539b 100644 --- a/scripts/htop_suppressions.valgrind +++ b/scripts/htop_suppressions.valgrind @@ -45,3 +45,13 @@ fun:CRT_setColors fun:CRT_init } + +{ + + Memcheck:Leak + match-leak-kinds: possible,reachable + ... + obj:*/libdevstat* + ... + fun:Platform_getDiskIO +}