preproc.c: free tokens when ignoring expansion definition lines
authorKeith Kanios <keith@kanios.net>
Sat, 18 Dec 2010 17:05:46 +0000 (11:05 -0600)
committerKeith Kanios <keith@kanios.net>
Sat, 18 Dec 2010 17:05:46 +0000 (11:05 -0600)
preproc.c

index 91137ad..6a9e238 100644 (file)
--- a/preproc.c
+++ b/preproc.c
@@ -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;