tests: Add suppression for polkit-agent leak

This commit is contained in:
Alexander Larsson
2018-12-10 11:50:35 +01:00
parent fc828911f5
commit c7c824bc5c

View File

@@ -578,3 +578,14 @@
fun:soup_add_completion_reffed
fun:soup_session_real_kick_queue
}
{
polkit_agent_leak
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
fun:g_malloc0
fun:thread_memory_from_self
fun:g_slice_alloc
fun:g_hash_table_new_full
fun:g_main_context_new
}