valgrind supps: ignore leak in XextCreateExtension
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 16:44:12 +0000 (18:44 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Thu, 12 Apr 2018 17:08:41 +0000 (19:08 +0200)
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

tests/check/gst-plugins-base.supp

index 4fd81b7..3e923c8 100644 (file)
    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
+}