0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.1853

Problem:    Crash when job and channel are in the same dict while using
            partials. (Luc Hermitte)
Solution:   Do not decrement the channel reference count too early.
This commit is contained in:
Bram Moolenaar
2016-05-28 14:16:10 +02:00
parent af6c12c27b
commit 28ae577342
2 changed files with 4 additions and 1 deletions

View File

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