Skip to content

backend/wayland: process initial events from globals correctly

Kirill Primak requested to merge vyivel/wlroots:wl-render-name-leak into master

Previous logic could lead wlr_wl_backend.drm_render_name being written to twice, causing a memory leak. This commit fixes the race condition.

Merge request reports