From 0f08a73957ee675ea660cf39455e9ab6ff536ccf Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 19 Jul 2014 13:21:48 +0200 Subject: [PATCH] t/valgrind.suppress: Suppress another error in check. --- t/valgrind.suppress | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/t/valgrind.suppress b/t/valgrind.suppress index 2861b59..608be31 100644 --- a/t/valgrind.suppress +++ b/t/valgrind.suppress @@ -7,3 +7,11 @@ fun:srunner_run_all fun:main } +{ + + Memcheck:Param + timer_create(evp) + fun:timer_create@@GLIBC_2.3.3 + fun:srunner_run + fun:main +} -- 2.30.2