Skip to content

Commit

Permalink
updated valgrind.suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Mar 3, 2009
1 parent b8ebb74 commit f82793f
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f82793f

Please sign in to comment.