diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -417,6 +417,7 @@ int txr_main(int argc, char **argv) { int gc = gc_state(0); yyparse(); + yylex_destroy(); gc_state(gc); if (errors) |