comparison src/version.c @ 27195:005ebb9c8b8f v8.2.4126

patch 8.2.4126: crash on exit when built with dynamic Tcl Commit: https://github.com/vim/vim/commit/afa76e1cf2e7e1f9e1097e345a4272e9ddbf14ad Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 17 21:34:38 2022 +0000 patch 8.2.4126: crash on exit when built with dynamic Tcl Problem: Crash on exit when built with dynamic Tcl and EXITFREE is defined. (Dominique Pell?) Solution: Only call Tcl_Finalize() when initialized. (closes #9546)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Jan 2022 22:45:04 +0100
parents fe3da8b63dfa
children 80f2c282ef9c
comparison
equal deleted inserted replaced
27194:421d345d0189 27195:005ebb9c8b8f
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 4126,
753 /**/ 755 /**/
754 4125, 756 4125,
755 /**/ 757 /**/
756 4124, 758 4124,
757 /**/ 759 /**/