vim-patch:7.4.2142

Problem:    Leaking memory when redefining a function.
Solution:   Don't increment the function reference count when it's found by
            name. Don't remove the wrong function from the hashtab.  More
            reference counting fixes.

8dd3a43d75
This commit is contained in:
Michael Ennen
2016-12-16 15:07:03 -07:00
parent 42727ecf08
commit 00ac82eae2
3 changed files with 56 additions and 40 deletions

View File

@@ -298,7 +298,7 @@ static int included_patches[] = {
// 2145 NA
// 2144,
// 2143,
// 2142,
2142,
2141,
// 2140 NA
2139,