Re: [Piglit] [PATCH v1] piglit/vbo: memory leak

2018-10-12 Thread Sergii Romantsov
Thanks, Ian. But just for case: don't have push-rights... On Fri, Oct 12, 2018 at 12:26 AM Ian Romanick wrote: > Reviewed-by: Ian Romanick > > On 10/11/2018 05:59 AM, Sergii Romantsov wrote: > > Trivial fix of memory leaking for test 'initialized-vbo'. > > > > Fixes: 6a467e00cfae

Re: [Piglit] [PATCH v1] piglit/vbo: memory leak

2018-10-11 Thread Ian Romanick
Reviewed-by: Ian Romanick On 10/11/2018 05:59 AM, Sergii Romantsov wrote: > Trivial fix of memory leaking for test 'initialized-vbo'. > > Fixes: 6a467e00cfae (security/initialized-vbo: test contents of uninitialized > VBOs) > CC: Brian Paul > Signed-off-by: Sergii Romantsov > --- >

[Piglit] [PATCH v1] piglit/vbo: memory leak

2018-10-11 Thread Sergii Romantsov
Trivial fix of memory leaking for test 'initialized-vbo'. Fixes: 6a467e00cfae (security/initialized-vbo: test contents of uninitialized VBOs) CC: Brian Paul Signed-off-by: Sergii Romantsov --- tests/security/initialized-vbo.c | 1 + 1 file changed, 1 insertion(+) diff --git