valgrind.suppressions: update g_get_language_names()

This commit is contained in:
Max Kellermann 2010-07-25 13:38:08 +02:00
parent 013ebb638a
commit 50862a1dd1
1 changed files with 10 additions and 2 deletions

View File

@ -74,7 +74,6 @@
fun:g_malloc
fun:g_main_context_iterate
fun:g_main_loop_run
fun:main
}
{
@ -176,6 +175,16 @@
fun:g_get_language_names
}
{
g_get_language_names
Memcheck:Leak
fun:calloc
fun:g_malloc0
fun:g_hash_table_resize
fun:g_hash_table_insert_internal
fun:g_get_language_names
}
{
g_get_language_names
Memcheck:Leak
@ -184,7 +193,6 @@
fun:g_slice_alloc
fun:g_hash_table_new_full
fun:g_get_language_names
fun:main
}
{