mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
valgrind: ignore dlopen leaks when parsing launch lines
This commit is contained in:
parent
c7e4497a53
commit
2fadd20cc9
1 changed files with 9 additions and 0 deletions
|
@ -1661,3 +1661,12 @@
|
|||
fun:g_slist_copy_deep
|
||||
fun:gst_debug_add_log_function
|
||||
}
|
||||
|
||||
{
|
||||
<Ignore dlopen errors when parsing launch lines>
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
...
|
||||
fun:g_module_open
|
||||
fun:_priv_gst_plugin_load_file_for_registry
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue