mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 11:18:43 +02:00
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 <daniels@collabora.com>
This commit is contained in:
parent
f5a4fb5abc
commit
6a06a06980
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue