]> granicus.if.org Git - vim/commit
patch 8.0.0728: the terminal structure is never freed v8.0.0728
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jul 2017 21:20:24 +0000 (23:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jul 2017 21:20:24 +0000 (23:20 +0200)
commit96ca27a0ee8ae738cab9fb386984c75c6821e31a
treed4c986e7262a996a095f6b4b71601dfc361c57a5
parent60d0e97497f1104b31f711072ef174af533b61fa
patch 8.0.0728: the terminal structure is never freed

Problem:    The terminal structure is never freed.
Solution:   Free the structure and unreference what it contains.
src/buffer.c
src/channel.c
src/evalfunc.c
src/proto/channel.pro
src/proto/terminal.pro
src/terminal.c
src/version.c