valgrind.suppressions: more GLib suppressions

This commit is contained in:
Max Kellermann 2013-01-15 23:44:21 +01:00
parent 452a30d7af
commit c614e550d9
1 changed files with 18 additions and 1 deletions

View File

@ -10,6 +10,15 @@
...
fun:g_random_int
}
{
<insert_a_suppression_name_here>
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
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_intern_static_string
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_intern_string
}
{
g_get_language_names
Memcheck:Leak