commit | 0c740e745a5f8702fd87689615a9684664e40764 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 19:07:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 25 19:07:04 2022 +0100 |
tree | 831d8a97fb726de357411fa8ed16878d3f02b766 | |
parent | fe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 04e0100..a07ccb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67,