diff options
author | oni-link <knil.ino@gmail.com> | 2014-12-29 11:56:36 +0100 |
---|---|---|
committer | oni-link <knil.ino@gmail.com> | 2014-12-29 12:01:56 +0100 |
commit | 487a68ac69ab0c5b0c54153ad8dad154d7c57964 (patch) | |
tree | 9c8c25bb92c52243604ecf3fe51a4d040d841a82 /src | |
parent | b64b5372fb62b0fddd1533fd845e47266151d103 (diff) | |
download | rneovim-487a68ac69ab0c5b0c54153ad8dad154d7c57964.tar.gz rneovim-487a68ac69ab0c5b0c54153ad8dad154d7c57964.tar.bz2 rneovim-487a68ac69ab0c5b0c54153ad8dad154d7c57964.zip |
vim-patch:7.4.533
Problem: ":hardcopy" leaks memory in case of errors.
Solution: Free memory in all code paths. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-533
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 d81881e59c..90c133ea54 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -205,7 +205,7 @@ static int included_patches[] = { 536, //535, //534 NA - //533, + 533, //532, //531, //530, |