1
0
forked from aniani/vim

patch 8.1.1264: crash when closing window from WinBar click

Problem:    Crash when closing window from WinBar click. (Ben Jackson)
Solution:   Check that window pointer is still valid. (closes #4337)
This commit is contained in:
Bram Moolenaar
2019-05-04 16:55:25 +02:00
parent 66f8311152
commit d2fad67e3e
2 changed files with 7 additions and 2 deletions

View File

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