mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
tests: fix up valgrind suppressions for glibc getaddrinfo leaks
Make more flexible. There is an extra gethostbyname2_r@@GLIBC_2.2.5 (getXXbyYY_r.c:217) in the trace on the build bots (F30). Fixes the -base and -good valgrind jobs on the 1.16 branch CI.
This commit is contained in:
parent
51e49ab96b
commit
c8d0edfea9
1 changed files with 1 additions and 0 deletions
|
@ -597,6 +597,7 @@
|
||||||
fun:__res_vinit
|
fun:__res_vinit
|
||||||
...
|
...
|
||||||
fun:context_get.part.1
|
fun:context_get.part.1
|
||||||
|
...
|
||||||
fun:gaih_inet.constprop.7
|
fun:gaih_inet.constprop.7
|
||||||
fun:getaddrinfo
|
fun:getaddrinfo
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue