Skip to content

radv: Fix file descriptor leak.

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

Fix defect reported by Coverity Scan.

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

Fixes: 57498067 ("radv: Add Radeon Raytracing Analyzer trace dumping utilities") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports