From a9f01a88b834422b27f12394e0645235e0bce769 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 13 Apr 2018 20:31:07 +0200 Subject: [PATCH] valgrind supps: bring getaddrinfo suppression from -base --- tests/check/gst-plugins-good.supp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/check/gst-plugins-good.supp b/tests/check/gst-plugins-good.supp index 2e01b2b631..643435d64b 100644 --- a/tests/check/gst-plugins-good.supp +++ b/tests/check/gst-plugins-good.supp @@ -170,3 +170,18 @@ ... fun:twolame_encode_flush } + +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:__libc_alloc_buffer_allocate + ... + fun:__res_vinit + ... + fun:context_get.part.1 + fun:gaih_inet.constprop.7 + fun:getaddrinfo + ... +}