summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-12-13 13:42:37 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-13 13:42:37 +0000
commit692fe0889c44d97c4a1cc822bc8de189859c51cb (patch)
treeabbe552d2cb1bdaa63764027ebc93ffff4967292 /src/version.c
parentcb94c910706fdd575cc25797d7858e084f1e3524 (diff)
downloadvim-git-9.0.1052.tar.gz
patch 9.0.1052: using freed memory on exit when EXITFREE is definedv9.0.1052
Problem: Using freed memory on exit when EXITFREE is defined. Solution: Make a deep copy of the type. Make sure TTFLAG_STATIC is not set in the copy.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5248bcf50..362cd43a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1052,
+/**/
1051,
/**/
1050,