From 93e6eb66d9615ceafc3f6528913657524f7e48d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Sep 2020 13:35:23 -0400 Subject: ci: Suppress lsan leak warnings from dependencies --- lsan.supp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lsan.supp (limited to 'lsan.supp') diff --git a/lsan.supp b/lsan.supp new file mode 100644 index 00000000..06a74df1 --- /dev/null +++ b/lsan.supp @@ -0,0 +1,7 @@ +leak:g_quark_init +leak:libc.so +leak:libfontconfig.so +leak:libcairo.so +leak:libpixman-1.so +leak:libthai.so +leak:libdatrie.so -- cgit v1.2.1