mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch: Mark patch 7.4.560 as NA
The memory leak fixed in 7.4.560 was fixed in
e10670ac3b
. We also do not need to keep
`y_current->y_array` as is until done, because our memory allocations
cannot fail.
This commit is contained in:
@@ -178,7 +178,7 @@ static char *(features[]) = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static int included_patches[] = {
|
static int included_patches[] = {
|
||||||
//560,
|
//560 NA
|
||||||
//559,
|
//559,
|
||||||
//558 NA
|
//558 NA
|
||||||
//557 NA
|
//557 NA
|
||||||
|
Reference in New Issue
Block a user