mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:56:14 +00:00
valgrind supps: ignore leak in XextCreateExtension
Searching for that specific function in other suppression files on the Internet shows a few projects ignoring it eg: https://github.com/XCSoar/XCSoar/blob/master/valgrind.suppressions
This commit is contained in:
parent
44ea6f4c06
commit
fe5b775060
1 changed files with 10 additions and 0 deletions
|
@ -559,3 +559,13 @@
|
||||||
fun:call_init.part.0
|
fun:call_init.part.0
|
||||||
fun:_dl_init
|
fun:_dl_init
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<a one time alloc>
|
||||||
|
Memcheck:Leak
|
||||||
|
match-leak-kinds: definite
|
||||||
|
fun:malloc
|
||||||
|
fun:XextCreateExtension
|
||||||
|
...
|
||||||
|
fun:glXChooseFBConfig
|
||||||
|
fun:gst_gl_context_glx_choose_format
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue