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:
Mathieu Duponchelle 2018-04-12 18:44:12 +02:00
parent 44ea6f4c06
commit fe5b775060

View file

@ -559,3 +559,13 @@
fun:call_init.part.0
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
}