summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Görgens <matthias.goergens@gmail.com>2023-04-12 15:40:18 +0800
committerGitHub <noreply@github.com>2023-04-12 08:40:18 +0100
commit34d9d2abf1da37961d4f0a2ad55dcf11ed46a33e (patch)
tree4bf0bc50a88912c65fdc9fdd23e49347200e5fd6
parent7297044ada625da583211f0a574410cddb4f7d8d (diff)
downloadfuse-34d9d2abf1da37961d4f0a2ad55dcf11ed46a33e.tar.gz
Disable leak suppression (#773)
-rw-r--r--test/lsan_suppress.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/lsan_suppress.txt b/test/lsan_suppress.txt
index e054e7c..44703fc 100644
--- a/test/lsan_suppress.txt
+++ b/test/lsan_suppress.txt
@@ -1,11 +1 @@
# Suppression file for address sanitizer.
-
-# There are some leaks in command line option parsing. They should be
-# fixed at some point, but are harmless since they consume just a small,
-# constant amount of memory and do not grow.
-leak:fuse_opt_parse
-
-
-# Leaks in fusermount3 are harmless as well (it's a short-lived
-# process) - but patches are welcome!
-leak:fusermount.c