vim-patch:7.4.2197

Problem:    All functions are freed on exit, which may hide leaks.
Solution:   Only free named functions, not reference counted ones.

c257487035
This commit is contained in:
Michael Ennen
2016-12-16 15:16:55 -07:00
parent e2f76d190d
commit 8cae66b5e0
2 changed files with 14 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ static int included_patches[] = {
// 2200,
// 2199 NA
// 2198 NA
// 2197,
2197,
// 2196,
// 2195 NA
2194,