Revert one of previous, for some reason it is being freed.

pull/2851/head
nicm 2021-08-23 11:08:26 +00:00
parent 4a753dbefc
commit 1f0c0914c7
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ cmd_parse_build_command(struct cmd_parse_command *cmd,
goto out;
values[count].type = ARGS_COMMANDS;
values[count].cmdlist = pr->cmdlist;
values[count].cmdlist->references++;
break;
}
count++;