From bc1edce45a71b055993ca29d9db4cab2540dc8ca Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 16 Dec 2019 14:59:02 +0100 Subject: [PATCH] tests: Add new glib suppression Seems there is a new GPrivate method in town! --- tests/glib.supp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/glib.supp b/tests/glib.supp index c87508ba..561cb2a2 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -339,6 +339,12 @@ ... fun:g_private_set } +{ + g_private_set_alloc0 + Memcheck:Leak + ... + fun:g_private_set_alloc0 +} { g_static_mutex_get_mutex_impl Memcheck:Leak