diff options
author | Peter Stephenson <pws@zsh.org> | 2017-05-26 11:06:59 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-05-30 09:39:32 +0100 |
commit | 151a4660e289c66d13b65d68ad2f10d93743d2d4 (patch) | |
tree | 334910edf8779486bbb39374ea827ea082bca1e0 /Src/zsh.h | |
parent | 284b5aaeb08f90520ac7dc385e8921471678e7dd (diff) | |
download | zsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.tar.gz zsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.tar.xz zsh-151a4660e289c66d13b65d68ad2f10d93743d2d4.zip |
41164: Don't free a history entry if it's curline.
This replaces 41113 / 94014ff65b with a simple local change for the immediate problem. It's not entirely clear if this reflects wider changes in the structure of the history code.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 405b27490..22f73f806 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2931,7 +2931,6 @@ struct hist_stack { void (*addtoline) _((int)); unsigned char *cstack; int csp; - int curline_linked; }; /* |