mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Revert one of previous, for some reason it is being freed.
This commit is contained in:
@ -817,6 +817,7 @@ cmd_parse_build_command(struct cmd_parse_command *cmd,
|
|||||||
goto out;
|
goto out;
|
||||||
values[count].type = ARGS_COMMANDS;
|
values[count].type = ARGS_COMMANDS;
|
||||||
values[count].cmdlist = pr->cmdlist;
|
values[count].cmdlist = pr->cmdlist;
|
||||||
|
values[count].cmdlist->references++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
count++;
|
count++;
|
||||||
|
Reference in New Issue
Block a user