1
0
forked from aniani/vim

patch 8.2.2248: ASAN error on exit with GUI

Problem:    ASAN error on exit with GUI.
Solution:   Check the window still has lines. (Christian Brabandt,
            closes #7573)
This commit is contained in:
Bram Moolenaar
2020-12-30 14:08:35 +01:00
parent 467676d468
commit 2808da39f9
2 changed files with 6 additions and 3 deletions

View File

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