Skip to content

Destroy output device globals with a delay

Vlad Zahorodnii requested to merge work/output-device-global-remove into master

When hot plugging outputs, we may hit the wl_global race condition.

We need to delay the destruction of output device globals to prevent hitting that race condition.

Merge request reports