From: Mathieu Duponchelle Date: Thu, 12 Apr 2018 20:33:27 +0000 (+0200) Subject: valgrind supps: getaddrinfo leaks when resolving addresses X-Git-Tag: 1.19.3~511^2~1741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04ea088891f0bfb8827815abf9a9549ea5a6b403;p=platform%2Fupstream%2Fgstreamer.git valgrind supps: getaddrinfo leaks when resolving addresses https://lists.debian.org/debian-glibc/2016/03/msg00243.html --- diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 90f1cd2..e217ee9 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 + ... +}