Commit 51844766 authored by Max Kellermann's avatar Max Kellermann

valgrind.suppressions: added entry for g_main_context_default()

parent 141cbc60
...@@ -57,6 +57,17 @@ ...@@ -57,6 +57,17 @@
} }
{ {
g_main_context_default
Memcheck:Leak
fun:malloc
fun:g_malloc
fun:g_slice_alloc
fun:g_slist_prepend
fun:g_main_context_new
fun:g_main_context_default
}
{
g_main_loop_run g_main_loop_run
Memcheck:Leak Memcheck:Leak
fun:malloc fun:malloc
......
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