pool for symbol allocation

tcc-xref
bellard 2004-11-07 15:45:40 +00:00
parent 48c85f1b15
commit be5e9cb962
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}