diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
commit | f42e3fa8e6152e145251e8f16f4c61c23dec1f59 (patch) | |
tree | 9a7b104b910ae53f6a49cb4e35c3dedc737e907b /Src/Zle/compctl.c | |
parent | 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa (diff) | |
download | zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.gz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.xz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.zip |
pws-20 dot-zsh-199906060520
Diffstat (limited to 'Src/Zle/compctl.c')
-rw-r--r-- | Src/Zle/compctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/compctl.c b/Src/Zle/compctl.c index 217678c00..f644dfc38 100644 --- a/Src/Zle/compctl.c +++ b/Src/Zle/compctl.c @@ -2279,6 +2279,7 @@ set_compstate(Param pm, HashTable ht) break; } + deleteparamtable(ht); } /**/ |