mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
Fix a crash... if (!x) delete(x) yeah right...
This commit is contained in:
parent
73c86127f7
commit
b208c1a49f
1 changed files with 0 additions and 1 deletions
1
parser.c
1
parser.c
|
@ -4817,7 +4817,6 @@ static ast_value *parse_typename(parser_t *parser, ast_value **storebase, ast_va
|
|||
if (!var) {
|
||||
if (name)
|
||||
mem_d((void*)name);
|
||||
ast_delete(var);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue