Re: [Mesa-dev] [PATCH 2/4] u_vbuf: Fix leak

2018-09-04 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Aug 30, 2018 at 12:02 PM, Ernestas Kulik wrote: > Reported by Coverity: data is heap-allocated, but only freed in the > info->index_size != 0 branch. > > CID: 1438238 > Signed-off-by: Ernestas Kulik > --- > src/gallium/auxiliary/util/u_vbuf.c | 1 + > 1

[Mesa-dev] [PATCH 2/4] u_vbuf: Fix leak

2018-08-30 Thread Ernestas Kulik
Reported by Coverity: data is heap-allocated, but only freed in the info->index_size != 0 branch. CID: 1438238 Signed-off-by: Ernestas Kulik --- src/gallium/auxiliary/util/u_vbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/util/u_vbuf.c