]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1081: memory leak for the channel write queue v8.0.1081
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 14:42:53 +0000 (16:42 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 14:42:53 +0000 (16:42 +0200)
commitaba680a8513124e9556956115db4df35bd4a0e56
tree3e4417baac7c2a36163abfabc866e70c2224b589
parent74121231be50e245d18c64281fdef08e7ec1ed5b
patch 8.0.1081: memory leak for the channel write queue

Problem:    Memory leak for the channel write queue.
Solution:   Free the write queue when clearing a channel.
src/channel.c
src/version.c