diff options
Diffstat (limited to 'tccpp.c')
| -rw-r--r-- | tccpp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1124,8 +1124,7 @@ ST_FUNC void end_macro(void) str->alloc = 3; /* just mark as finished */ } else { tok_str_free(str->str); - if (str->alloc == 1) - tal_free(tokstr_alloc, str); + tal_free(tokstr_alloc, str); } } |
