Skip to content

radv: Fix memory leak.

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

Fix defect reported by Coverity Scan.

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

Fixes: 8d0e6c02 ("radv: Add RMV tracing utilities") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports