comparison src/version.c @ 24492:cca0a1b4e878 v8.2.2786

patch 8.2.2786: Vim9: memory leak when using :s with expression Commit: https://github.com/vim/vim/commit/4f2df37a0d297a0f40ff15f8ce31285c7b529bcd Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 19 21:06:31 2021 +0200 patch 8.2.2786: Vim9: memory leak when using :s with expression Problem: Vim9: memory leak when using :s with expression. Solution: Clean up the instruction list.
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Apr 2021 21:15:03 +0200
parents 08050e45bd06
children c1de90bc6e63
comparison
equal deleted inserted replaced
24491:a03ddeba7252 24492:cca0a1b4e878
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2786,
753 /**/ 755 /**/
754 2785, 756 2785,
755 /**/ 757 /**/
756 2784, 758 2784,
757 /**/ 759 /**/