diff options
Diffstat (limited to 'tccpp.c')
| -rw-r--r-- | tccpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2771,6 +2771,7 @@ static void next(void) } else { /* end of macro string: free it */ tok_str_free(macro_ptr_allocated); + macro_ptr_allocated = NULL; macro_ptr = NULL; } goto redo; |
