X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.c;h=c896a7d1eff4a843e2e61a4ec8b6dac4982ed197;hb=fed61968a113bd37b196bb86d9f2591d53b15162;hp=567b560a038f0923a663005b447a0fc688c57b2a;hpb=05a15e80c5dae4f94c417210549d07a94a0acc16;p=paraslash.git diff --git a/afh.c b/afh.c index 567b560a..c896a7d1 100644 --- a/afh.c +++ b/afh.c @@ -258,5 +258,6 @@ out: PARA_ERROR_LOG("%s\n", errctx); if (ret < 0) PARA_EMERG_LOG("%s\n", para_strerror(-ret)); + lls_free_parse_result(lpr, CMD_PTR); return ret < 0? EXIT_FAILURE : EXIT_SUCCESS; }