Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree
Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
commit
072e5a1cfa
944 changed files with 10231 additions and 6281 deletions
|
@ -30,6 +30,8 @@ static int disasm_line__parse(char *line, char **namep, char **rawp);
|
|||
|
||||
static void ins__delete(struct ins_operands *ops)
|
||||
{
|
||||
if (ops == NULL)
|
||||
return;
|
||||
zfree(&ops->source.raw);
|
||||
zfree(&ops->source.name);
|
||||
zfree(&ops->target.raw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue