1
0
forked from aniani/vim

patch 9.0.0069: leaking memory when using text prop with inserted text

Problem:    Leaking memory when using text prop with inserted text.
Solution:   Clear the growarray with text.
This commit is contained in:
Bram Moolenaar
2022-07-25 19:07:04 +01:00
parent fe3fb6e1e6
commit 0c740e745a
2 changed files with 5 additions and 0 deletions

View File

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