From b003cb8cdf9bf4109a4b4f2f61d406a298d286ce Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 12 Apr 2018 20:15:01 +0200 Subject: [PATCH] valgrind supps: ignore bash leaks gst_install_plugins_* can instantiate bash --- tests/check/gst-plugins-base.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 0c92fbccf2..90f1cd2e07 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -578,3 +578,12 @@ fun:call_xinitthreads fun:states_suite } +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:xmalloc + fun:set_default_locale + fun:main +}