]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0234: incorrect reference counting in Perl interface v8.1.0234
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Aug 2018 19:46:51 +0000 (21:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Aug 2018 19:46:51 +0000 (21:46 +0200)
commit41c363a3154dd1caeb431fa54748ad48ef6d3bd1
tree91c64ec29455162f4f9dd54cc1ecac0a929501c3
parentded27a1febda3db7447958b60a7d791af514d124
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)
src/if_perl.xs
src/testdir/test_perl.vim
src/version.c