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
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
b/src/gallium/auxiliary/ut