Skip to content

Commit 3978b74

Browse files
committed
valgrind: add one more dlopen suppression
This gets Valgrind on my Arch box to be 100% "leak-free" ;-) Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
1 parent b9fffc3 commit 3978b74

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

libkmod/valgrind/kmod.supp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
2-
ignore-leaked-dlopen-handles
2+
ignore-leaked-dlopen-handles 1
33
Memcheck:Leak
44
...
55
fun:dlopen@@GLIBC_2.34
66
}
7+
{
8+
ignore-leaked-dlopen-handles 2
9+
Memcheck:Leak
10+
...
11+
fun:_dl_open
12+
}
713

0 commit comments

Comments
 (0)