mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
preproc.c: free tokens when ignoring expansion definition lines
This commit is contained in:
parent
ba935f2bc5
commit
104803de9f
@ -5296,7 +5296,7 @@ static char *pp_getline(void)
|
|||||||
defining->last = l;
|
defining->last = l;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//free_tlist(tline); /***** sanity check: is this supposed to be here? *****/
|
free_tlist(tline);
|
||||||
}
|
}
|
||||||
defining->linecount++;
|
defining->linecount++;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user