From 04ea088891f0bfb8827815abf9a9549ea5a6b403 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 12 Apr 2018 22:33:27 +0200 Subject: [PATCH] valgrind supps: getaddrinfo leaks when resolving addresses https://lists.debian.org/debian-glibc/2016/03/msg00243.html --- tests/check/gst-plugins-base.supp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 90f1cd2e07..e217ee9b4c 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -587,3 +587,18 @@ fun:set_default_locale fun:main } +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:__libc_alloc_buffer_allocate + fun:__resolv_conf_allocate + fun:__resolv_conf_load + fun:__resolv_conf_get_current + fun:__res_vinit + fun:context_get.part.1 + fun:gaih_inet.constprop.7 + fun:getaddrinfo + ... +}