bfin: free the allocated memory

This commit is contained in:
zhangxianting 2024-07-19 10:53:12 +02:00 committed by Jan Beulich
parent 6eac8a3064
commit 88e7d674ef

View file

@ -1919,6 +1919,8 @@ bfin_loop_beginend (Expr_Node *exp, int begin)
Adjust label address. */
if (!begin)
*symbol_X_add_number (linelabel) -= last_insn_size;
free (label_name);
}
bool