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