summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/extra/suppressions9
1 files changed, 9 insertions, 0 deletions
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
+}