From: Ian Romanick Date: Mon, 22 Feb 2010 21:22:10 +0000 (-0800) Subject: Initialize the node structure embedded in the ast_node X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53d2774ee397fc35fc0458d994d39dd3f27a5eb1;p=mesa.git Initialize the node structure embedded in the ast_node --- diff --git a/glsl_parser_extras.cc b/glsl_parser_extras.cc index 679b600fb3c..36a6ca8264b 100644 --- a/glsl_parser_extras.cc +++ b/glsl_parser_extras.cc @@ -108,7 +108,7 @@ ast_node::print(void) const ast_node::ast_node(void) { -// make_empty_list(& ast->node); + make_empty_list(this); } void