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 2, 2009
1 parent 4220e6b commit 95b5328
Showing 1 changed file with 39 additions and 7 deletions.
46 changes: 39 additions & 7 deletions valgrind.suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,24 @@
}

{
g_get_language_names
g_static_private_set
Memcheck:Leak
fun:realloc
fun:g_realloc
fun:g_array_maybe_expand
fun:g_array_set_size
fun:g_static_private_set
fun:g_get_language_names
}

{
g_static_private_set
Memcheck:Leak
fun:malloc
fun:realloc
fun:g_realloc
fun:g_array_maybe_expand
fun:g_array_set_size
fun:g_static_private_set
}

{
Expand Down Expand Up @@ -185,13 +195,11 @@
}

{
g_thread_init_glib
g_slice_init_nomessage
Memcheck:Leak
fun:calloc
fun:g_malloc0
fun:g_slice_init_nomessage
fun:_g_slice_thread_init_nomessage
fun:g_thread_init_glib
}

{
Expand Down Expand Up @@ -278,14 +286,22 @@
}

{
g_get_filename_charsets3
g_static_private_set
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_slice_alloc
fun:g_array_sized_new
fun:g_static_private_set
fun:g_get_filename_charsets
}

{
g_static_private_get
Memcheck:Leak
fun:calloc
fun:g_malloc0
fun:g_thread_self
fun:g_static_private_get
}

{
Expand Down Expand Up @@ -443,3 +459,19 @@
obj:/usr/lib/libavahi-client.so.3.2.4
fun:avahi_client_new
}

{
inet_ntoa
Memcheck:Leak
fun:malloc
fun:inet_ntoa
}

{
wildmidi
Memcheck:Leak
fun:malloc
fun:realloc
fun:init_gauss
fun:WildMidi_Init
}

0 comments on commit 95b5328

Please sign in to comment.