Skip to content

pan/bi: Fix memory leaks.

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

Fix defects reported by Coverity Scan.

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

Fixes: 8fb415fe ("pan/bi: Reduce some moves when going out-of-SSA") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports