]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0069: leaking memory when using text prop with inserted text v9.0.0069
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Jul 2022 18:07:04 +0000 (19:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Jul 2022 18:07:04 +0000 (19:07 +0100)
commit0c740e745a5f8702fd87689615a9684664e40764
tree831d8a97fb726de357411fa8ed16878d3f02b766
parentfe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98
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.
src/buffer.c
src/version.c