Skip to content

vulkan/wsi: Unlock before return on error path.

Vinson Lee requested to merge vlee/mesa:fix-cid-1493412 into main

Fix defect reported by Coverity Scan.

Missing unlock (LOCK) missing_unlock: Returning without unlocking wsi->wait_mutex.

Fixes: 4885e63a ("vulkan/wsi: implement missing wsi_register_device_event") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports