don't call parser_cleanup with -E

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-18 14:27:47 +01:00
parent a014480987
commit edbe8f54cb

3
main.c
View file

@ -610,7 +610,8 @@ cleanup:
con_close();
vec_free(items);
parser_cleanup();
if (!opts_pp_only)
parser_cleanup();
if (opts_output_free)
mem_d((char*)opts_output);