Skip to content
Verified Commit dc09ce85 authored by Xuetian Weng's avatar Xuetian Weng
Browse files

Fix race in wp_drm_lease_v1.

Basically this is a well known issue in wayland for globals. If bind
comes after destroyed, it will raise a invalid global error. The common
practice is to delay the destroy of global. Similar technique is also
applied to wl_output.

CCBUG: 452435
(cherry picked from commit cdc9dcfb)
parent 40364d2e
Pipeline #164778 passed with stage
in 3 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment