diff --git a/asm/preproc.c b/asm/preproc.c index 00c0294a..eda4f666 100644 --- a/asm/preproc.c +++ b/asm/preproc.c @@ -5619,7 +5619,7 @@ static Token *expand_mmac_params(Token * tline) } else { *tail = t; tail = &t->next; - set_text(t, text, tok_strlen(text)); + set_text_free(t, text, tok_strlen(text)); t->type = type; } changed = true;