summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-21 22:12:34 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-21 22:12:34 +0100
commit67da21a14726b106b49744f9773eba132fedd5f2 (patch)
tree64c770c5e6b831fac7a5d230516fedd3512fb9b6 /src/version.c
parent7a6eaa06f98cef61d2131c25b4b47b8262cb8f59 (diff)
patch 8.2.2636: memory leak when compiling inline functionv8.2.2636
Problem: Memory leak when compiling inline function. Solution: Free the prefetched line.
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 cdce8cc767..bdc23a4005 100644
--- 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 */
/**/
+ 2636,
+/**/
2635,
/**/
2634,