1
0
forked from aniani/vim

patch 9.0.0117: text of removed textprop with text is not freed

Problem:    Text of removed textprop with text is not freed.
Solution:   Free the text when the property is removed.  Reduce the array size
            to ignore NULLs at the end.
This commit is contained in:
Bram Moolenaar
2022-07-30 22:17:18 +01:00
parent 711483cd13
commit 3a4cd39d47
3 changed files with 51 additions and 3 deletions

View File

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