Skip to content

turnip: Only write the tu_RegisterDeviceEXT() out fence on success.

Emma Anholt requested to merge anholt/mesa:turnip-wsi-double-free into master

Fixes a double-free in dEQP-VK.wsi.display_control.register_device_event where the fence that we destroyed got destroyed again. Leaving it unset in the error path leaves the test's NULL in place.

Merge request reports