From c614e550d9752c650e9b9f58d412fdba2f499e28 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Jan 2013 23:44:21 +0100 Subject: valgrind.suppressions: more GLib suppressions --- valgrind.suppressions | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'valgrind.suppressions') diff --git a/valgrind.suppressions b/valgrind.suppressions index 04651b7a..56bb8e62 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -10,6 +10,15 @@ ... fun:g_random_int } +{ + + Memcheck:Leak + fun:*alloc + fun:g_mutex_impl_new + fun:g_mutex_get_impl + fun:g_mutex_lock + fun:g_main_context_new +} { g_main_context_dispatch @@ -98,13 +107,21 @@ } { - g_static_private_set + Memcheck:Leak fun:*alloc ... fun:g_intern_static_string } +{ + + Memcheck:Leak + fun:*alloc + ... + fun:g_intern_string +} + { g_get_language_names Memcheck:Leak -- cgit v1.2.3