diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-27 15:30:23 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 9d91218213b4a4a8cdb64a35e19a3a7c68dc99d0 (patch) | |
tree | 69b7e205b4437a17e20e2d3cf2281e0ba13e7989 /src/nvim/version.c | |
parent | 1945013eb7d6c37aa58486ceb74e04c79bb4a7b9 (diff) | |
download | rneovim-9d91218213b4a4a8cdb64a35e19a3a7c68dc99d0.tar.gz rneovim-9d91218213b4a4a8cdb64a35e19a3a7c68dc99d0.tar.bz2 rneovim-9d91218213b4a4a8cdb64a35e19a3a7c68dc99d0.zip |
vim-patch:7.4.1639
Problem: Invoking garbage collection may cause a double free.
Solution: Don't free the dict in a partial when recursive is FALSE.
https://github.com/vim/vim/commit/5f436fcf9960c95702820d5ac1b8b612995f6c04
Diffstat (limited to 'src/nvim/version.c')
-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 14042a8d38..9efb8848cc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -803,7 +803,7 @@ static int included_patches[] = { 1642, 1641, 1640, - // 1639, + 1639, 1638, // 1637 NA // 1636 NA |