Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
---
 run.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run.c b/run.c
index 1e415c9..f3e65a3 100644
--- a/run.c
+++ b/run.c
@@ -837,7 +837,7 @@ main(int argc, char **argv)
             enum shader_type type;
             unsigned num_shaders;
             bool use_separate_shader_objects;
-            struct binding_list *binding;
+            struct binding_list *binding = NULL;
             struct shader *shader = get_shaders(&core, &compat, &es,
                                                 text, shader_test[i].filesize,
                                                 &type, &num_shaders,
-- 
2.20.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to