1
0
forked from aniani/vim

patch 7.4.1451

Problem:    Vim hangs when a channel has a callback but isn't referenced.
Solution:   Have channel_unref() only return TRUE when the channel was
            actually freed.
This commit is contained in:
Bram Moolenaar
2016-02-28 19:28:59 +01:00
parent 1c39102666
commit 707659490d
4 changed files with 10 additions and 6 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1451,
/**/
1450,
/**/