mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
memleak
This commit is contained in:
parent
d6e7d8ca75
commit
2ddb49f546
1 changed files with 2 additions and 0 deletions
2
code.c
2
code.c
|
@ -272,6 +272,8 @@ bool code_write(const char *filename, const char *lnofile) {
|
|||
vec_free(code_functions);
|
||||
vec_free(code_globals);
|
||||
vec_free(code_chars);
|
||||
util_htdel(code_string_cache);
|
||||
|
||||
file_close(fp);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue