mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
valgrind: Ignore some leaks in the X server that have been fixed already
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/899>
This commit is contained in:
parent
1891fff7a9
commit
f1ad885c9b
1 changed files with 14 additions and 0 deletions
|
@ -615,6 +615,20 @@
|
|||
...
|
||||
fun:_test_query_start_free_gl
|
||||
}
|
||||
{
|
||||
<Leak in X on the CI which doesn't exist with newer version (on F39 for example)>
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
...
|
||||
fun:glXGetFBConfigs
|
||||
fun:gst_gl_context_glx_dump_all_fb_configs
|
||||
fun:gst_gl_context_glx_choose_format
|
||||
fun:gst_gl_context_create_thread
|
||||
fun:g_thread_proxy
|
||||
fun:start_thread
|
||||
fun:clone
|
||||
}
|
||||
|
||||
|
||||
# FIXME: how does this even happen ? reproduce with make elements/textoverlay.valgrind
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue