comparison src/version.c @ 23158:59635213999a v8.2.2125

patch 8.2.2125: Vim9: leaking memory Commit: https://github.com/vim/vim/commit/8f1bf2ef785e48a4ca08e014b7713fdee2824631 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 10 20:21:24 2020 +0100 patch 8.2.2125: Vim9: leaking memory Problem: Vim9: leaking memory. Solution: Free the saved 'cpo' value.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Dec 2020 20:30:04 +0100
parents 6aa8ddf7a3fa
children 19575087e859
comparison
equal deleted inserted replaced
23157:4dcb8c79c910 23158:59635213999a
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 2125,
753 /**/ 755 /**/
754 2124, 756 2124,
755 /**/ 757 /**/
756 2123, 758 2123,
757 /**/ 759 /**/