commit | 41c363a3154dd1caeb431fa54748ad48ef6d3bd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 21:46:51 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 02 21:46:51 2018 +0200 |
tree | 91c64ec29455162f4f9dd54cc1ecac0a929501c3 | |
parent | ded27a1febda3db7447958b60a7d791af514d124 [diff] [blame] |
patch 8.1.0234: incorrect reference counting in Perl interface Problem: Incorrect reference counting in Perl interface. Solution: Call SvREFCNT_inc more often, add a test. (Damien)
diff --git a/src/version.c b/src/version.c index 6e6c3cd..482b38e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 234, +/**/ 233, /**/ 232,