diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp index 284833a7..d96b8423 100644 --- a/server/tests/valgrind/spice.supp +++ b/server/tests/valgrind/spice.supp @@ -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 +}