glcpp: Initialize error state.

This commit is contained in:
Kenneth Graunke
2010-06-21 13:55:12 -07:00
parent 332fc47dc0
commit 1b85c46bcf

View File

@@ -950,6 +950,7 @@ glcpp_parser_create (void)
parser->output = talloc_strdup(parser, "");
parser->info_log = talloc_strdup(parser, "");
parser->error = 0;
return parser;
}