mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 14:28:32 +00:00
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:
parent
9106365d3e
commit
dd4c11ae98
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user