comparison src/version.c @ 29552:89a97f70e8eb v9.0.0117

patch 9.0.0117: text of removed textprop with text is not freed Commit: https://github.com/vim/vim/commit/3a4cd39d476474e20e88ebf120ca6070cc0d0072 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 30 22:17:18 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jul 2022 23:30:05 +0200
parents ec5f48ab361b
children d413dccd4f8a
comparison
equal deleted inserted replaced
29551:79f45796181b 29552:89a97f70e8eb
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 117,
738 /**/ 740 /**/
739 116, 741 116,
740 /**/ 742 /**/
741 115, 743 115,
742 /**/ 744 /**/