patch 7.4.1791 v7.4.1791
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 18:30:07 +0000 (20:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2016 18:30:07 +0000 (20:30 +0200)
commit674127e1801fd02ff07dddf0dc3bf0d8cce68997
tree1fcc42ec815223e3f3015cbf10dc9b530890220f
parent6231cb8b5b208becf088531816027001acc754e5
patch 7.4.1791
Problem:    Channel could be garbage collected too early.
Solution:   Don't free a channel or remove it from a job when it is still
            useful.
src/channel.c
src/version.c