Re: [Mesa-dev] [PATCH] vbo: avoid leaking prim on vbo bind failure

2016-04-30 Thread Vinson Lee
On Sat, Apr 30, 2016 at 7:29 PM, Ilia Mirkin wrote: > Spotted by Coverity > > Signed-off-by: Ilia Mirkin > --- > src/mesa/vbo/vbo_exec_array.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c > index 51f41f3

[Mesa-dev] [PATCH] vbo: avoid leaking prim on vbo bind failure

2016-04-30 Thread Ilia Mirkin
Spotted by Coverity Signed-off-by: Ilia Mirkin --- src/mesa/vbo/vbo_exec_array.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/vbo/vbo_exec_array.c b/src/mesa/vbo/vbo_exec_array.c index 51f41f3..870a096 100644 --- a/src/mesa/vbo/vbo_exec_array.c +++ b/src/mesa/v