aboutsummaryrefslogtreecommitdiff
path: root/tccgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccgen.c')
-rw-r--r--tccgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tccgen.c b/tccgen.c
index 5275b47..103c955 100644
--- a/tccgen.c
+++ b/tccgen.c
@@ -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;
}