mirror of
https://github.com/tmux/tmux.git
synced 2025-01-05 23:38:48 +00:00
Revert one of previous, for some reason it is being freed.
This commit is contained in:
parent
4a753dbefc
commit
1f0c0914c7
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user