]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1447 v7.4.1447
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Feb 2016 14:49:03 +0000 (15:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Feb 2016 14:49:03 +0000 (15:49 +0100)
commitd6051b5eb83687f60bb4a2f3d5cd23fe8b290eb4
tree83c59f8ad2f4684693f85ea7fe8304ca05338029
parent80e78847395b5c8ada7861674774d81bd0a42789
patch 7.4.1447
Problem:    Memory leak when using ch_read(). (Dominique Pelle)
            No log message when stopping a job and a few other situations.
            Too many "Nothing to read" messages.  Channels are not freed.
Solution:   Free the listtv.  Add more log messages. Remove "Nothing to read"
            message.  Remove the channel from the job when its refcount
            becomes zero.
src/channel.c
src/eval.c
src/version.c