]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1814 v7.4.1814
authorBram Moolenaar <Bram@vim.org>
Sun, 1 May 2016 12:22:16 +0000 (14:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 May 2016 12:22:16 +0000 (14:22 +0200)
commitb8d4905592fc26fcd09180d7d6bfefd899f2f6c6
tree833fcd9fd0bc16a1951144d4e1f9f99a96c97121
parent9b4ebc692d77ca8ef90d72517347f74c2474dd3d
patch 7.4.1814
Problem:    A channel may be garbage collected while it's still being used by
            a job. (James McCoy)
Solution:   Mark the channel as used if the job is still used.  Do the same
            for channels that are still used.
src/channel.c
src/eval.c
src/proto/channel.pro
src/version.c