commit | 3a4cd39d476474e20e88ebf120ca6070cc0d0072 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 22:17:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 22:17:18 2022 +0100 |
tree | 16fd88c4fe566584cf1ef076dc835f3d85825b01 | |
parent | 711483cd1381a4ed848d783ae0a6792d5b04447b [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index fcfb69b..770b1b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 117, +/**/ 116, /**/ 115,