mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
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:
@@ -298,7 +298,7 @@ static int included_patches[] = {
|
||||
// 2145 NA
|
||||
// 2144,
|
||||
// 2143,
|
||||
// 2142,
|
||||
2142,
|
||||
2141,
|
||||
// 2140 NA
|
||||
2139,
|
||||
|
Reference in New Issue
Block a user