From 544365f834eecc4138001be02bbc10064a537685 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 24 Jul 2016 15:10:55 -0400 Subject: [PATCH] glib.supp: Suppress worker context -> thread bits The worker context isn't cleaned up now. Closes: #410 Approved by: giuseppe --- tests/glib.supp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/glib.supp b/tests/glib.supp index 8129c3e2..f76596a0 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -545,3 +545,10 @@ ... fun:glib_worker_main } +{ + glib_worker_2 + Memcheck:Leak + ... + fun:g_thread_new + fun:g_get_worker_context +}