artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d297f7
)
Revert one of previous, for some reason it is being freed.
author
nicm
<nicm@openbsd.org>
Mon, 23 Aug 2021 11:08:26 +0000
(11:08 +0000)
committer
nicm
<nicm@openbsd.org>
Mon, 23 Aug 2021 11:08:26 +0000
(11:08 +0000)
usr.bin/tmux/cmd-parse.y
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/cmd-parse.y
b/usr.bin/tmux/cmd-parse.y
index
10519d2
..
5d98dec
100644
(file)
--- a/
usr.bin/tmux/cmd-parse.y
+++ b/
usr.bin/tmux/cmd-parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: cmd-parse.y,v 1.4
3 2021/08/23 11:04:21
nicm Exp $ */
+/* $OpenBSD: cmd-parse.y,v 1.4
4 2021/08/23 11:08:26
nicm Exp $ */
/*
* Copyright (c) 2019 Nicholas Marriott <nicholas.marriott@gmail.com>
@@
-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++;