diff options
author | oni-link <knil.ino@gmail.com> | 2014-12-27 09:14:24 +0100 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2014-12-27 09:51:20 +0100 |
commit | 4c0e681c19cf5d95ab2c5a85fa2367b098577676 (patch) | |
tree | 0082ffac849e894afe2fd58d3ae9fb72e12cf5b1 /src | |
parent | 4ff4b9306d9ccd26c6e7c8e9b663788aa53d84ec (diff) | |
download | rneovim-4c0e681c19cf5d95ab2c5a85fa2367b098577676.tar.gz rneovim-4c0e681c19cf5d95ab2c5a85fa2367b098577676.tar.bz2 rneovim-4c0e681c19cf5d95ab2c5a85fa2367b098577676.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |