get rid of 8 bytes memory leak
This commit is contained in:
parent
b1697be691
commit
e6ba81b012
1 changed files with 1 additions and 0 deletions
1
tcc.c
1
tcc.c
|
@ -10438,6 +10438,7 @@ static void tcc_cleanup(void)
|
|||
dynarray_reset(&sym_pools, &nb_sym_pools);
|
||||
/* string buffer */
|
||||
cstr_free(&tokcstr);
|
||||
cstr_free(&tok_spaces);
|
||||
/* reset symbol stack */
|
||||
sym_free_first = NULL;
|
||||
/* cleanup from error/setjmp */
|
||||
|
|
Loading…
Reference in a new issue