mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
initialize ast_block->collect properly
This commit is contained in:
parent
68e4a937f2
commit
5a78270ada
1 changed files with 1 additions and 0 deletions
1
ast.c
1
ast.c
|
@ -557,6 +557,7 @@ ast_block* ast_block_new(lex_ctx ctx)
|
|||
|
||||
MEM_VECTOR_INIT(self, locals);
|
||||
MEM_VECTOR_INIT(self, exprs);
|
||||
MEM_VECTOR_INIT(self, collect);
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue