]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1083: leaking memory in input part of channel v8.0.1083
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 16:16:43 +0000 (18:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 16:16:43 +0000 (18:16 +0200)
commit5b5adf5b9cd226d775643872e65c62674d6ada95
tree4b06972c0929cd46fd955b5a25e872727ffe450d
parent9d18961323a2a5c3b609c98ce0d78613c71f3532
patch 8.0.1083: leaking memory in input part of channel

Problem:    Leaking memory in input part of channel.
Solution:   Clear the input part of channel.  Free the entry. Move failing
            command test to a separate file to avoid bogus leak reports
            clouding tests that should not leak.
src/Makefile
src/channel.c
src/testdir/Make_all.mak
src/testdir/test_terminal.vim
src/testdir/test_terminal_fail.vim [new file with mode: 0644]
src/version.c