valgrind supps: ignore leaks where pango is the first frame
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:05:23 +0000 (01:05 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:07:21 +0000 (01:07 +0200)
tests/check/gst-plugins-base.supp

index 3cc052f..f80d386 100644 (file)
    ...
    fun:_test_query_start_free_gl
 }
+
+# FIXME: how does this even happen ? reproduce with make elements/textoverlay.valgrind
+{
+   <We do not care about leaks where pango is the first object in the stacktrace>
+   Memcheck:Leak
+   ...
+   obj:*/libpango*.so*
+}