Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: fix theoretical memory leak

2017-09-14 Thread Gert Wollny
Sorry for the lapse and thanks for fixing it. Reviewed-By: Gert Wollny Am Mittwoch, den 13.09.2017, 19:05 +0200 schrieb Nicolai Hähnle: > From: Nicolai Hähnle > > It can't *really* happen since we don't use subroutines. > CID: 1417491 > --- >  src/mesa/state_tracker/st_glsl_to_tgsi_tempre

Re: [Mesa-dev] [PATCH] st/glsl_to_tgsi: fix theoretical memory leak

2017-09-13 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 14/09/17 03:05, Nicolai Hähnle wrote: From: Nicolai Hähnle It can't *really* happen since we don't use subroutines. CID: 1417491 --- src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --gi

[Mesa-dev] [PATCH] st/glsl_to_tgsi: fix theoretical memory leak

2017-09-13 Thread Nicolai Hähnle
From: Nicolai Hähnle It can't *really* happen since we don't use subroutines. CID: 1417491 --- src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp b/src/mesa/state