valgrind supps: ignore intentional leak in GL test
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:02:27 +0000 (01:02 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 23:07:21 +0000 (01:07 +0200)
tests/check/gst-plugins-base.supp

index 454106b..3cc052f 100644 (file)
    Memcheck:Cond
    obj:*libnvidia-glcore.so.*
 }
+{
+   <Intentional leak in GL test>
+   Memcheck:Leak
+   fun:calloc
+   obj:*/libGLX_nvidia.so*
+   ...
+   fun:_test_query_start_free_gl
+}