Skip to content

vulkan: Unlock before return.

Sergii Melikhov requested to merge GL/mesa:fix/cid_1494382 into main

Fix defect reported by Coverity Scan.

Missing unlock (LOCK). Returning without unlocking queue->submit.mutex.

Signed-off-by: Sergii Melikhov sergii.v.melikhov@globallogic.com

Merge request reports