1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-01-17 21:34:38 +00:00
parent b3d9ceed2b
commit afa76e1cf2
2 changed files with 13 additions and 8 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4126,
/**/
4125,
/**/