diff options
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ static inline Sym *sym_malloc(void) ST_INLN void sym_free(Sym *sym) { sym->next = sym_free_first; - tcc_free(sym->asm_label); sym_free_first = sym; } |
