summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-08 22:55:26 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-08 22:55:26 +0200
commit8e9be208ea58149c4e522166a6194da18a2eced7 (patch)
tree7892f3d7a6dd6f1dc08bf7a108e2b44ad5e5236d /src/version.c
parentc3516f7e4507c77424b94cb89071f6d0841f4e6a (diff)
patch 8.2.1638: leaking memory when popup filter function can't be calledv8.2.1638
Problem: Leaking memory when popup filter function can't be called. Solution: Don't return too soon.
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 bad23c572b..b9207f5732 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1638,
+/**/
1637,
/**/
1636,