From 4c0e681c19cf5d95ab2c5a85fa2367b098577676 Mon Sep 17 00:00:00 2001 From: oni-link Date: Sat, 27 Dec 2014 09:14:24 +0100 Subject: vim-patch: Mark patch 7.4.560 as NA The memory leak fixed in 7.4.560 was fixed in e10670ac3bccbea707432bdb54e18639cf2e125f. We also do not need to keep `y_current->y_array` as is until done, because our memory allocations cannot fail. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 8a0ab1c7e3..4fb4069274 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -178,7 +178,7 @@ static char *(features[]) = { }; static int included_patches[] = { - //560, + //560 NA //559, //558 NA //557 NA -- cgit