valgrind.suppressions: added new suppressions

This commit is contained in:
Max Kellermann 2010-01-04 20:42:45 +01:00
parent 537e353546
commit 604ca50b65
1 changed files with 19 additions and 0 deletions

View File

@ -208,6 +208,15 @@
fun:g_set_prgname
}
{
g_set_application_name
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_strdup
fun:g_set_application_name
}
{
g_thread_init_glib
Memcheck:Leak
@ -740,6 +749,16 @@
fun:g_quark_from_string
}
{
g_quark_from_string
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_slice_alloc
fun:g_hash_table_new_full
fun:g_quark_from_string
}
{
g_get_any_init_do
Memcheck:Leak