1
0
forked from aniani/vim

patch 8.2.2465: using freed memory in :psearch

Problem:    Using freed memory in :psearch. (houyunsong)
Solution:   Check the current window is still valid.  Fix flaky test.
This commit is contained in:
Bram Moolenaar
2021-02-03 23:04:46 +01:00
parent 8ab375706e
commit 92bb83e41c
3 changed files with 29 additions and 3 deletions

View File

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