From c35e0e734f022ac1ae7e45c1f1066b2bfb351ee5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 May 2019 12:02:42 +1000 Subject: [PATCH] test: update valgrind suppressions for a glib leak Fixed upstream, but it's not in F30 yet so the valgrind tests fail there. https://gitlab.gnome.org/GNOME/glib/merge_requests/338 Signed-off-by: Peter Hutterer --- test/valgrind.suppressions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions index f242b9e..7ca3b5b 100644 --- a/test/valgrind.suppressions +++ b/test/valgrind.suppressions @@ -32,6 +32,13 @@ fun:g_malloc0 } { + + Memcheck:Leak + fun:malloc + ... + fun:g_get_language_names_with_category +} +{ libunwind:msync_uninitialized_bytes Memcheck:Param msync(start) -- 2.7.4