preproc.c: free tokens when ignoring expansion definition lines

This commit is contained in:
Keith Kanios 2010-12-18 11:05:46 -06:00
parent ba935f2bc5
commit 104803de9f

View File

@ -5296,7 +5296,7 @@ static char *pp_getline(void)
defining->last = l;
}
} else {
//free_tlist(tline); /***** sanity check: is this supposed to be here? *****/
free_tlist(tline);
}
defining->linecount++;
continue;