Commit c614e550 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: more GLib suppressions

parent 452a30d7
...@@ -10,6 +10,15 @@ ...@@ -10,6 +10,15 @@
... ...
fun:g_random_int 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 g_main_context_dispatch
...@@ -98,7 +107,7 @@ ...@@ -98,7 +107,7 @@
} }
{ {
g_static_private_set <insert_a_suppression_name_here>
Memcheck:Leak Memcheck:Leak
fun:*alloc fun:*alloc
... ...
...@@ -106,6 +115,14 @@ ...@@ -106,6 +115,14 @@
} }
{ {
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:g_intern_string
}
{
g_get_language_names g_get_language_names
Memcheck:Leak Memcheck:Leak
fun:*alloc fun:*alloc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment