Skip to content

radv/winsys: Fix memory leak.

Vinson Lee requested to merge vlee/mesa:fix-cid-1465558 into master

Fix warning reported by Coverity Scan.

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

Fixes 485ea7d7 ("radv/winsys: pass the buffer list via the CS ioctl for less CPU overhead") Signed-off-by: Vinson Lee vlee@freedesktop.org

cc: @hakzsam

Merge request reports