summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-19 22:22:55 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-19 22:22:55 +0100
commit8e9a24a127c4ef8833fdc3986623f96c7d04210f (patch)
treed1aee2626ace3749ccbac2766ee158037b43bf2a /src/version.c
parent828bff1f9b4847da79abd7a97ddc48687e257d6c (diff)
patch 8.1.1021: pyeval() and py3eval() leak memoryv8.1.1021
Problem: pyeval() and py3eval() leak memory. Solution: Do not increase the reference count twice. (Ozaki Kiichi, closes #4129)
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 c336046bf4..bd02fa5bd9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1021,
+/**/
1020,
/**/
1019,