From c8d0edfea9ed8dbe06657dc5df786c4910f75451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 8 Sep 2019 01:03:57 +0100 Subject: [PATCH] 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. --- tests/check/gst-plugins-base.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 521ad89..8cb1641 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -597,6 +597,7 @@ fun:__res_vinit ... fun:context_get.part.1 + ... fun:gaih_inet.constprop.7 fun:getaddrinfo ... -- 2.7.4