mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 12:37:02 +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;
|
||||
values[count].type = ARGS_COMMANDS;
|
||||
values[count].cmdlist = pr->cmdlist;
|
||||
values[count].cmdlist->references++;
|
||||
break;
|
||||
}
|
||||
count++;
|
||||
|
Reference in New Issue
Block a user