mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 05:50:40 +00:00
valgrind: Ignore some library leaks
Ignore getaddrinfo and libproxy leaks. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
f53f9725e1
commit
f1b2d09b00
@ -491,3 +491,22 @@
|
||||
...
|
||||
fun:g_object_new_valist
|
||||
}
|
||||
|
||||
{
|
||||
getaddrinfo
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:__resolv_conf_allocate
|
||||
...
|
||||
fun:getaddrinfo
|
||||
}
|
||||
|
||||
{
|
||||
px_proxy_factory_get_proxies
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:tls_get_addr_tail
|
||||
...
|
||||
fun:px_proxy_factory_get_proxies
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user