From edbe8f54cb92d547ee056fc48871ca0f09f04dfc Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sun, 18 Nov 2012 14:27:47 +0100 Subject: [PATCH] don't call parser_cleanup with -E --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 3f00888..6a77d63 100644 --- a/main.c +++ b/main.c @@ -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); -- 2.39.2