ci: Exclude a system leak in Fedora 35

This leak causes a CI failure running test-listen test with
Valgrind.
Note that "check-valgrind" CI job will still fail but with
less issues.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2021-11-12 17:01:26 +00:00
parent 9106365d3e
commit dd4c11ae98

View File

@ -135,3 +135,14 @@
...
fun:g_thread_pool_push
}
{
g_tls_client_connection_new
Memcheck:Leak
match-leak-kinds:possible,definite
fun:malloc
...
fun:_dl_close
...
fun:g_tls_client_connection_new
}