valgrind: ignore dlopen leaks when parsing launch lines
authorMathieu Duponchelle <mathieu@centricular.com>
Wed, 5 Jun 2019 18:58:45 +0000 (20:58 +0200)
committerMathieu Duponchelle <mduponchelle1@gmail.com>
Thu, 6 Jun 2019 00:04:51 +0000 (00:04 +0000)
tests/check/gstreamer.supp

index 098a5a8..92ac290 100644 (file)
    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
+}