diff --git a/src/compiler/glsl/glsl_parser_extras.cpp b/src/compiler/glsl/glsl_parser_extras.cpp index 8fb7cbd5a2f..48c0fc8f217 100644 --- a/src/compiler/glsl/glsl_parser_extras.cpp +++ b/src/compiler/glsl/glsl_parser_extras.cpp @@ -1188,6 +1188,7 @@ ast_node::print(void) const ast_node::ast_node(void) { + this->location.path = NULL; this->location.source = 0; this->location.first_line = 0; this->location.first_column = 0;