Disable leak suppression (#773)
authorMatthias Görgens <matthias.goergens@gmail.com>
Wed, 12 Apr 2023 07:40:18 +0000 (15:40 +0800)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2023 07:40:18 +0000 (08:40 +0100)
test/lsan_suppress.txt

index e054e7c6fa4603375fbb482e7201eb7a06f82cfb..44703fc746369d8bb44d588a3913a4dd351aeb2e 100644 (file)
@@ -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