mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-20 18:32:01 +00:00
don't call parser_cleanup with -E
This commit is contained in:
parent
a014480987
commit
edbe8f54cb
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
@ -610,7 +610,8 @@ cleanup:
|
|||
con_close();
|
||||
vec_free(items);
|
||||
|
||||
parser_cleanup();
|
||||
if (!opts_pp_only)
|
||||
parser_cleanup();
|
||||
if (opts_output_free)
|
||||
mem_d((char*)opts_output);
|
||||
|
||||
|
|
Loading…
Reference in a new issue