fix coverity 307536

This commit is contained in:
iceman1001
2020-12-01 00:16:51 +01:00
parent 1cfc69bd0d
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);
}