mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
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:
@@ -243,7 +243,7 @@ static int included_patches[] = {
|
||||
// 2200,
|
||||
// 2199 NA
|
||||
// 2198 NA
|
||||
// 2197,
|
||||
2197,
|
||||
// 2196,
|
||||
// 2195 NA
|
||||
2194,
|
||||
|
Reference in New Issue
Block a user