mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-24 04:41:25 +00:00
don't deallocate the parser on a compile error -_-
This commit is contained in:
parent
304cf173cd
commit
16b5f28b40
1 changed files with 0 additions and 1 deletions
1
parser.c
1
parser.c
|
@ -2234,7 +2234,6 @@ bool parser_compile(const char *filename)
|
|||
else if (!parser->errors)
|
||||
parseerror(parser, "parse error\n");
|
||||
lex_close(parser->lex);
|
||||
mem_d(parser);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue