1
0
forked from aniani/vim

patch 8.2.3513: using freed memory when using a timer and searching

Problem:    Using freed memory when using a timer and searching. (Dominique
            Pellé)
Solution:   Allocated mr_pattern.
This commit is contained in:
Bram Moolenaar
2021-10-15 12:51:29 +01:00
parent accf4ed352
commit a2cff1dbc9
2 changed files with 15 additions and 32 deletions

View File

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