Skip to content

tu: Fix missing unlock

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

What does this MR do and why?

tu: Fix missing unlock

Fix defect reported by Coverity Scan.

Missing unlock (LOCK) missing_unlock: Returning without unlocking dev->vma_mutex.

Fixes: c20139c2 ("tu: Enable bufferDeviceAddressCaptureReplay") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports