diff options
Diffstat (limited to 'tccasm.c')
| -rw-r--r-- | tccasm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |
