1
0
forked from aniani/vim

patch 8.2.3426: crash when deleting a listener in a listener callback

Problem:    Crash when deleting a listener in a listener callback. (Naohiro
            Ono)
Solution:   Mark the listener and delete it later.
This commit is contained in:
Bram Moolenaar
2021-09-11 15:06:44 +02:00
parent 56e14698b4
commit 4b4b1b84ee
3 changed files with 52 additions and 6 deletions

View File

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