From 7b5cc357cb65696257ed6a7e69be8fe72ef5f7f9 Mon Sep 17 00:00:00 2001 From: John Beard Date: Tue, 10 Mar 2026 18:47:38 +0800 Subject: [PATCH] QA: Add an Lsan leak suppression file Actually haven't tested with lsan, but this works great with heaptrack which declares to use the same format. --- tools/lsan.supp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/lsan.supp diff --git a/tools/lsan.supp b/tools/lsan.supp new file mode 100644 index 0000000000..d1ae75c412 --- /dev/null +++ b/tools/lsan.supp @@ -0,0 +1,2 @@ +# These are instances of LEAK_AT_EXIT, which are leaked on purpose for speedy exit +leak:*intentional_leak