1
0
forked from aniani/vim

patch 7.4.1421

Problem:    May free a channel when a callback may need to be invoked.
Solution:   Keep the channel when refcount is zero.
This commit is contained in:
Bram Moolenaar
2016-02-25 23:10:17 +01:00
parent d2227a02b0
commit c8dcbb12c5
4 changed files with 40 additions and 4 deletions

View File

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