Re: [Mesa-dev] [PATCH] glsl: free hash tables earlier

2016-07-27 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Wed, 2016-07-27 at 09:52 +1000, Timothy Arceri wrote: > These are only used by get_matching_input() which has been call > at this point so free the hash tables. > --- >  src/compiler/glsl/link_varyings.cpp | 10 +++--- >  1 file changed,

[Mesa-dev] [PATCH] glsl: free hash tables earlier

2016-07-26 Thread Timothy Arceri
These are only used by get_matching_input() which has been call at this point so free the hash tables. --- src/compiler/glsl/link_varyings.cpp | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/compiler/glsl/link_varyings.cpp b/src/compiler/glsl/link_varyings.cpp