Re: [Mesa-dev] [PATCH v2] mesa: Close fp on error path.

2016-06-29 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 06/29/2016 01:33 PM, Matt Turner wrote: > --- > src/mesa/main/dlist.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c > index 3845d2e..9d9e319 100644 > --- a/src/mesa/ma

[Mesa-dev] [PATCH v2] mesa: Close fp on error path.

2016-06-29 Thread Matt Turner
--- src/mesa/main/dlist.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 3845d2e..9d9e319 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -10086,15 +10086,12 @@ print_list(struct gl_context *ctx,