Skip to content

radv: Fix memory leak on error path.

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

Fix defects reported by Coverity Scan.

Resource leak (RESOURCE_LEAK) leaked_storage: Variable signal_semaphore_infos going out of scope leaks the storage it points to leaked_storage: Variable wait_semaphore_infos going out of scope leaks the storage it points to.

Fixes: 3da7d10d ("radv: implement vkQueueSubmit2KHR()") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports