mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
valgrind supps: ignore bash leaks
gst_install_plugins_* can instantiate bash
This commit is contained in:
parent
f0399ed435
commit
b003cb8cdf
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue