diff options
author | Max Kellermann <max@duempel.org> | 2009-03-03 07:56:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-03 07:56:06 +0100 |
commit | f82793f741a5cf02a7a3766de7e5c5268fc1854a (patch) | |
tree | 3e5e74dd9d256d100ef2172ff245514e107b92e2 /valgrind.suppressions | |
parent | b8ebb748c9e4da74c361c3b4e5840891eaf22864 (diff) | |
download | mpd-f82793f741a5cf02a7a3766de7e5c5268fc1854a.tar.gz mpd-f82793f741a5cf02a7a3766de7e5c5268fc1854a.tar.xz mpd-f82793f741a5cf02a7a3766de7e5c5268fc1854a.zip |
updated valgrind.suppressions
Diffstat (limited to '')
-rw-r--r-- | valgrind.suppressions | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions index cebcbcc01..73fca3080 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 +} |