mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
ci: Fix for test-listen leak detection
This suppression was present in former glib.supp version however the suppression in glib.supp was updated to only catch "reachable" leaks. However in test-listen test the allocation is done in a thread causing the leak to become "definite". Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
80f16f2f26
commit
d0614859cf
@ -56,3 +56,16 @@
|
||||
...
|
||||
fun:g_socket_client_class_init
|
||||
}
|
||||
|
||||
# One-time getaddrinfo() configuration loading
|
||||
{
|
||||
g-threaded-resolver-getaddrinfo-config2
|
||||
Memcheck:Leak
|
||||
match-leak-kinds:reachable,definite
|
||||
fun:malloc
|
||||
...
|
||||
fun:__resolv_conf_allocate
|
||||
...
|
||||
fun:getaddrinfo
|
||||
fun:do_lookup_by_name
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user