Re: [Mesa-dev] [PATCH] glsl: avoid leaking hiddenUniforms map when there are no uniforms

2015-10-02 Thread Ilia Mirkin
On Fri, Oct 2, 2015 at 2:51 AM, Iago Toral wrote: > On Thu, 2015-10-01 at 20:22 -0400, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- >> src/glsl/link_uniforms.cpp | 8 >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/l

Re: [Mesa-dev] [PATCH] glsl: avoid leaking hiddenUniforms map when there are no uniforms

2015-10-01 Thread Iago Toral
On Thu, 2015-10-01 at 20:22 -0400, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > src/glsl/link_uniforms.cpp | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp > index 47d49c8..740b0a4 100644 > --- a/s

[Mesa-dev] [PATCH] glsl: avoid leaking hiddenUniforms map when there are no uniforms

2015-10-01 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/glsl/link_uniforms.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index 47d49c8..740b0a4 100644 --- a/src/glsl/link_uniforms.cpp +++ b/src/glsl/link_uniforms.cpp @@ -1131,15