From: Wolfgang (Blub) Bumiller Date: Sun, 18 Nov 2012 13:27:47 +0000 (+0100) Subject: don't call parser_cleanup with -E X-Git-Tag: 0.1.9~404^2~21 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=edbe8f54cb92d547ee056fc48871ca0f09f04dfc;p=xonotic%2Fgmqcc.git don't call parser_cleanup with -E --- 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);