diff src/version.c @ 27110:62b88e6cd791 v8.2.4084

patch 8.2.4084: memory leak when looking for autoload prefixed variable Commit: https://github.com/vim/vim/commit/130f65d46bca94535d30cef518a6184613fb7ebf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 20:39:41 2022 +0000 patch 8.2.4084: memory leak when looking for autoload prefixed variable Problem: Memory leak when looking for autoload prefixed variable. Solution: Free the concatenated string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 21:45:03 +0100
parents 92e2e96ff559
children 60df9f2679a6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4084,
+/**/
     4083,
 /**/
     4082,