From fe5b7750600c935714daeeee24d31acad8cd4abe Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 12 Apr 2018 18:44:12 +0200 Subject: [PATCH] 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 --- tests/check/gst-plugins-base.supp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp index 4fd81b7513..3e923c8b76 100644 --- a/tests/check/gst-plugins-base.supp +++ b/tests/check/gst-plugins-base.supp @@ -559,3 +559,13 @@ fun:call_init.part.0 fun:_dl_init } +{ + + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + fun:XextCreateExtension + ... + fun:glXChooseFBConfig + fun:gst_gl_context_glx_choose_format +}