0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1828

Problem:    May try to access buffer that's already freed.
Solution:   When freeing a buffer remove it from any channel.
This commit is contained in:
Bram Moolenaar
2016-05-09 20:38:53 +02:00
parent fb6ffc732e
commit e0f76d0097
4 changed files with 59 additions and 14 deletions

View File

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