comparison src/version.c @ 23746:7c730cf4fb82 v8.2.2414

patch 8.2.2414: using freed memory when closing the cmdline window Commit: https://github.com/vim/vim/commit/b7e2670b6a1de02c772af5097ba24f2a15b26eec Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 22:00:52 2021 +0100 patch 8.2.2414: using freed memory when closing the cmdline window Problem: Using freed memory when closing the cmdline window. Solution: Check the window is still valid.
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jan 2021 22:15:04 +0100
parents fc031340f8f9
children 93f90f2ff4e9
comparison
equal deleted inserted replaced
23745:d4166802a11e 23746:7c730cf4fb82
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 2414,
753 /**/ 755 /**/
754 2413, 756 2413,
755 /**/ 757 /**/
756 2412, 758 2412,
757 /**/ 759 /**/