valgrind: ignore dlopen leaks when parsing launch lines

This commit is contained in:
Mathieu Duponchelle 2019-06-05 20:58:45 +02:00 committed by Mathieu Duponchelle
parent c7e4497a53
commit 2fadd20cc9

View file

@ -1661,3 +1661,12 @@
fun:g_slist_copy_deep fun:g_slist_copy_deep
fun:gst_debug_add_log_function 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
}