summaryrefslogtreecommitdiff
path: root/tests/check/gst-plugins-base.supp
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-04-12 20:15:01 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2018-04-13 01:07:21 +0200
commitb003cb8cdf9bf4109a4b4f2f61d406a298d286ce (patch)
treedcfdaa64ade3e3f92343fa676c51cc677fbde12f /tests/check/gst-plugins-base.supp
parentf0399ed43597df0a498fcfc1e5be2c720632c0c8 (diff)
valgrind supps: ignore bash leaks
gst_install_plugins_* can instantiate bash
Diffstat (limited to 'tests/check/gst-plugins-base.supp')
-rw-r--r--tests/check/gst-plugins-base.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp
index 0c92fbccf..90f1cd2e0 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
}
+{
+ <gst_install_plugins_* can instantiate bash, which leaks>
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ fun:xmalloc
+ fun:set_default_locale
+ fun:main
+}