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:
Frediano Ziglio 2019-11-01 09:17:57 +00:00
parent 80f16f2f26
commit d0614859cf

View File

@ -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
}