Re: [Mesa-dev] [PATCH v2] nv50: avoid freeing the symbols if they're about to be stored

2016-02-03 Thread Samuel Pitoiset
On 02/03/2016 09:55 PM, Ilia Mirkin wrote: On Wed, Feb 3, 2016 at 3:47 PM, Samuel Pitoiset wrote: On 02/03/2016 08:00 PM, Ilia Mirkin wrote: Spotted by Coverity Signed-off-by: Ilia Mirkin --- v1 -> v2: forgot to remove the original free... src/gallium/drivers/nouveau/nv50/nv50_prog

Re: [Mesa-dev] [PATCH v2] nv50: avoid freeing the symbols if they're about to be stored

2016-02-03 Thread Ilia Mirkin
On Wed, Feb 3, 2016 at 3:47 PM, Samuel Pitoiset wrote: > > > On 02/03/2016 08:00 PM, Ilia Mirkin wrote: >> >> Spotted by Coverity >> >> Signed-off-by: Ilia Mirkin >> --- >> >> v1 -> v2: forgot to remove the original free... >> >> src/gallium/drivers/nouveau/nv50/nv50_program.c | 9 +++-- >>

Re: [Mesa-dev] [PATCH v2] nv50: avoid freeing the symbols if they're about to be stored

2016-02-03 Thread Samuel Pitoiset
On 02/03/2016 08:00 PM, Ilia Mirkin wrote: Spotted by Coverity Signed-off-by: Ilia Mirkin --- v1 -> v2: forgot to remove the original free... src/gallium/drivers/nouveau/nv50/nv50_program.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/n

[Mesa-dev] [PATCH v2] nv50: avoid freeing the symbols if they're about to be stored

2016-02-03 Thread Ilia Mirkin
Spotted by Coverity Signed-off-by: Ilia Mirkin --- v1 -> v2: forgot to remove the original free... src/gallium/drivers/nouveau/nv50/nv50_program.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_program.c b/src/gallium/drivers