From a97e9429ea888b4732bbbcfdd85b9368dd6ef96c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 12 Apr 2012 18:59:04 +0100 Subject: extra-tests: Add suppression for memory leak in FUSE. --- tests/extra/suppressions | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/extra/suppressions b/tests/extra/suppressions index 566f9479..8ccc4f0e 100644 --- a/tests/extra/suppressions +++ b/tests/extra/suppressions @@ -176,3 +176,12 @@ fun:gnutls_global_init fun:virInitialize } + +# FUSE leaks the per-thread context (although the code looks +# like it attempts to clean it up). +{ + fuse_leak + Memcheck:Leak + fun:malloc + fun:fuse_get_context_internal +} -- cgit