aboutsummaryrefslogtreecommitdiff
path: root/tccasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccasm.c')
-rw-r--r--tccasm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tccasm.c b/tccasm.c
index f67c1a6..87ec175 100644
--- a/tccasm.c
+++ b/tccasm.c
@@ -305,9 +305,6 @@ static void asm_free_labels(TCCState *st)
}
/* remove label */
table_ident[s->v - TOK_IDENT]->sym_label = NULL;
- if (s->asm_label) {
- tcc_free(s->asm_label);
- }
sym_free(s);
}
st->asm_labels = NULL;