valgrind.suppressions: added entry for g_main_context_default()
This commit is contained in:
parent
141cbc60b9
commit
5184476682
|
@ -56,6 +56,17 @@
|
|||
fun:g_main_context_default
|
||||
}
|
||||
|
||||
{
|
||||
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
|
||||
Memcheck:Leak
|
||||
|
|
Loading…
Reference in New Issue