From c7c824bc5cd9b44b3a42f42c5ce35ba018868073 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 10 Dec 2018 11:50:35 +0100 Subject: [PATCH] tests: Add suppression for polkit-agent leak --- tests/glib.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/glib.supp b/tests/glib.supp index c3e00edc..8be05dae 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -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 +}