diff --git a/asm/preproc.c b/asm/preproc.c index ac42131e..d6f6d865 100644 --- a/asm/preproc.c +++ b/asm/preproc.c @@ -5555,7 +5555,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;