Re: [Mesa-dev] [PATCH] glsl: don't leak memory when trying to count loop iterations

2017-03-17 Thread tournier.elie
You can probably add a "Suggested-by" in the message. Reviewed-by: Elie Tournier On 17 March 2017 at 10:53, Timothy Arceri wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99789 > --- > src/compiler/glsl/loop_controls.cpp | 5

[Mesa-dev] [PATCH] glsl: don't leak memory when trying to count loop iterations

2017-03-17 Thread Timothy Arceri
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99789 --- src/compiler/glsl/loop_controls.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler/glsl/loop_controls.cpp b/src/compiler/glsl/loop_controls.cpp index c717605..fa739af 100644 ---