Code

t/valgrind.suppress: Suppress another error in check.
[sysdb.git] / t / valgrind.suppress
1 {
2    <insert_a_suppression_name_here>
3    Memcheck:Cond
4    fun:gcov_exit
5    fun:__run_exit_handlers
6    fun:exit
7    fun:srunner_run_all
8    fun:main
9 }
10 {
11    <insert_a_suppression_name_here>
12    Memcheck:Param
13    timer_create(evp)
14    fun:timer_create@@GLIBC_2.3.3
15    fun:srunner_run
16    fun:main
17 }