1
0
forked from aniani/vim

patch 8.1.0300: the old window title might be freed twice

Problem:    The old window title might be freed twice. (Dominique Pelle)
Solution:   Do not free "oldtitle" in a signal handler but set a flag to have
            it freed later.
This commit is contained in:
Bram Moolenaar
2018-08-19 22:20:16 +02:00
parent 142ae736d9
commit d8f0cef2bd
2 changed files with 11 additions and 2 deletions

View File

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