mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
valgrind supps: ignore intentional leak in GL test
This commit is contained in:
parent
ab1cc64a62
commit
bc3d1fbfb6
1 changed files with 8 additions and 0 deletions
|
@ -607,3 +607,11 @@
|
|||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue