get rid of 8 bytes memory leak

This commit is contained in:
grischka 2009-04-16 23:25:25 +02:00
parent b1697be691
commit e6ba81b012

1
tcc.c
View File

@ -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 */