Re: [Mesa-dev] [PATCH] st/mesa: fix resource leak in try_pbo_readpixels

2016-06-02 Thread Nicolai Hähnle
On 02.06.2016 22:53, Ilia Mirkin wrote: On Thu, Jun 2, 2016 at 4:50 PM, Nicolai Hähnle wrote: From: Nicolai Hähnle Found by inspection after seeing https://bugs.freedesktop.org/show_bug.cgi?id=96343 --- src/mesa/state_tracker/st_cb_readpixels.c | 2 ++ 1 file changed, 2 insertions(+) diff

Re: [Mesa-dev] [PATCH] st/mesa: fix resource leak in try_pbo_readpixels

2016-06-02 Thread Ilia Mirkin
On Thu, Jun 2, 2016 at 4:50 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Found by inspection after seeing > https://bugs.freedesktop.org/show_bug.cgi?id=96343 > --- > src/mesa/state_tracker/st_cb_readpixels.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/mesa/state_track

[Mesa-dev] [PATCH] st/mesa: fix resource leak in try_pbo_readpixels

2016-06-02 Thread Nicolai Hähnle
From: Nicolai Hähnle Found by inspection after seeing https://bugs.freedesktop.org/show_bug.cgi?id=96343 --- src/mesa/state_tracker/st_cb_readpixels.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/state_tracker/st_cb_readpixels.c b/src/mesa/state_tracker/st_cb_readpixels.c inde