comparison src/version.c @ 26360:a5dac0a9aa5f v8.2.3711

patch 8.2.3711: Vim9: memory leak when compiling :elseif fails Commit: https://github.com/vim/vim/commit/56a8ffdb6e903615ed824a503f5fa6382b5b3df5 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 1 10:10:22 2021 +0000 patch 8.2.3711: Vim9: memory leak when compiling :elseif fails Problem: Vim9: memory leak when compiling :elseif fails. Solution: Cleanup ppconst.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 11:15:03 +0100
parents 80b555c4aed0
children dbe615b75f15
comparison
equal deleted inserted replaced
26359:93ab37175d0c 26360:a5dac0a9aa5f
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3711,
756 /**/ 758 /**/
757 3710, 759 3710,
758 /**/ 760 /**/
759 3709, 761 3709,
760 /**/ 762 /**/