fix coverity 307536

This commit is contained in:
iceman1001 2020-12-01 00:16:51 +01:00
commit 955b5365cf

View file

@ -128,7 +128,7 @@ static int CmdHfLTOInfo(const char *Cmd) {
arg_param_end
};
CLIExecWithReturn(ctx, Cmd, argtable, true);
CLIParserFree(ctx);
return infoLTO(true);
}