commit | 66210042892389d36e3d37203ec77f61467bfb1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 20:40:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 20:40:41 2016 +0200 |
tree | 6fae45292e7d8cb3b9bdd898f92f79045803743d | |
parent | 75be2339d877bbd38df91c0181e1e0e388852df6 [diff] [blame] |
patch 7.4.1744 Problem: Python: Converting a sequence may leak memory. Solution: Decrement a reference. (Nikolay Pavlov)
diff --git a/src/version.c b/src/version.c index aa181fb..1dd7d49 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1744, +/**/ 1743, /**/ 1742,