From 6a06a06980867389491f88045e2458a7fc5b535f Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 25 Jun 2022 04:57:57 +0100 Subject: [PATCH] CI: Skip certain fontconfig leaks For some reason, the Debian CI setup leaks fontconfig allocations in a way which it does not for me on Fedora. On the assumption that this has been fixed between our older CI Debian and Fedora 36, suppress the leak warning, because we do already call FcFini() which should free it. Signed-off-by: Daniel Stone --- .gitlab-ci/leak-sanitizer.supp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/leak-sanitizer.supp b/.gitlab-ci/leak-sanitizer.supp index 87764945..a919405f 100644 --- a/.gitlab-ci/leak-sanitizer.supp +++ b/.gitlab-ci/leak-sanitizer.supp @@ -6,3 +6,6 @@ leak:cairo_text_extents # Pango thread-global state (not destroyable?) leak:pango_language_get_default + +# This leaks in Debian's fontconfig/Xwayland setup? +leak:FcConfigSubstituteWithPat