1
0
forked from aniani/vim

patch 8.2.0041: leaking memory when selecting spell suggestion

Problem:    Leaking memory when selecting spell suggestion.
Solution:   Free previous value at the right time.
This commit is contained in:
Bram Moolenaar
2019-12-25 14:13:03 +01:00
parent 03af01f1cb
commit 6c52f82371
2 changed files with 6 additions and 5 deletions

View File

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