From f82793f741a5cf02a7a3766de7e5c5268fc1854a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Mar 2009 07:56:06 +0100 Subject: updated valgrind.suppressions --- valgrind.suppressions | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'valgrind.suppressions') diff --git a/valgrind.suppressions b/valgrind.suppressions index cebcbcc0..73fca308 100644 --- a/valgrind.suppressions +++ b/valgrind.suppressions @@ -475,3 +475,62 @@ fun:init_gauss fun:WildMidi_Init } + +{ + g_quark_from_static_string + Memcheck:Leak + fun:calloc + fun:g_malloc0 + fun:g_hash_table_new_full + fun:g_quark_from_static_string +} + +{ + g_quark_from_static_string + Memcheck:Leak + fun:malloc + fun:realloc + fun:g_realloc + fun:g_quark_from_static_string +} + +{ + g_get_any_init_do + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_strdup + fun:g_get_any_init_do +} + +{ + g_get_any_init_do + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_strjoinv + fun:g_get_any_init_do +} + +{ + nss + Memcheck:Leak + fun:malloc + fun:__nss_lookup_function +} + +{ + nss + Memcheck:Leak + fun:malloc + fun:tsearch + fun:__nss_lookup_function +} + +{ + nss + Memcheck:Leak + fun:malloc + fun:nss_parse_service_list + fun:__nss_database_lookup +} -- cgit v1.2.3