diff options
| -rw-r--r-- | tccasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -302,7 +302,7 @@ static void asm_free_labels(TCCState *st) } /* remove label */ table_ident[s->v - TOK_IDENT]->sym_label = NULL; - tcc_free(s); + sym_free(s); } st->asm_labels = NULL; } |
