mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 02:40:56 +00:00
clear items_data in main
This commit is contained in:
parent
3efad75336
commit
9ed976d304
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -469,6 +469,8 @@ srcdone:
|
|||
cleanup:
|
||||
util_debug("COM", "cleaning ...\n");
|
||||
|
||||
mem_d(items_data);
|
||||
|
||||
parser_cleanup();
|
||||
if (opts_output_free)
|
||||
mem_d((char*)opts_output);
|
||||
|
|
Loading…
Reference in a new issue