valgrind: suppress intentional debug list item leak
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 18dd246..098a5a8 100644 (file)
    fun:g_slist_prepend
    fun:gst_debug_add_log_function
 }
+
 {
    <We do not care about anything ld related, and don't use library constructors>
    Memcheck:Addr1
    obj:*/ld-*.so
    ...
 }
+
+{
+   Leak of debug function list item
+   Memcheck:Leak
+   fun:*alloc
+   ...
+   fun:g_slist_copy_deep
+   fun:gst_debug_add_log_function
+}