mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-21 13:08:13 +02:00
In some circumstances (like system load) we seem to be racing with the
threads fontconfig creates and the resource release happening inside
cleanup_after_cairo(), and we would still find a cached entry holding a
font map reference while we are on the compositor exit path --
which happens in cleanup_after_cairo() when calling
cairo_debug_reset_static_data().
This was introduced with commit
|
||
|---|---|---|
| .. | ||
| headless.c | ||
| meson.build | ||