valgrind supps: ignore bash leaks
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 18:15:01 +0000 (20:15 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:07:21 +0000 (01:07 +0200)
gst_install_plugins_* can instantiate bash

tests/check/gst-plugins-base.supp

index 0c92fbc..90f1cd2 100644 (file)
    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
+}