mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 20:10:14 +01:00
glcpp: Initialize error state.
This commit is contained in:
parent
332fc47dc0
commit
1b85c46bcf
1 changed files with 1 additions and 0 deletions
|
|
@ -950,6 +950,7 @@ glcpp_parser_create (void)
|
|||
|
||||
parser->output = talloc_strdup(parser, "");
|
||||
parser->info_log = talloc_strdup(parser, "");
|
||||
parser->error = 0;
|
||||
|
||||
return parser;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue