6a06a06980
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>
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
# AddressSanitizer memory leak suppressions
|
|
|
|
# Cairo internal leaks from weston-keyboard
|
|
leak:cairo_select_font_face
|
|
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
|