tests/valgrind: add suppression of all leaks related to initialisation of the GLib type system

This commit is contained in:
Benjamin Dauvergne 2014-06-08 12:12:09 +02:00
parent a90d3ad1c8
commit d6ec627844
1 changed files with 6 additions and 0 deletions

View File

@ -406,3 +406,9 @@
fun:g_get_charset
fun:g_log_default_handler
}
{
register type
Memcheck:Leak
...
fun:g_type_init_*
}