valgrind.suppressions: added new suppressions
This commit is contained in:
parent
537e353546
commit
604ca50b65
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue