summaryrefslogtreecommitdiffstats
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index 9857825..fe86f04 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -4,7 +4,7 @@
Memcheck:Leak
fun:calloc
fun:_dlerror_run
- fun:dlopen@@GLIBC_2.2.5
+ fun:dlopen
}
{
@@ -14,3 +14,11 @@
fun:_dlerror_run
fun:dlclose
}
+
+{
+ glibc_dlsym_alloc
+ Memcheck:Leak
+ fun:calloc
+ fun:_dlerror_run
+ fun:dlsym
+}