aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-11 23:19:14 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-11 23:21:51 -0500
commit2d3c835534236056cbee8279b7d0ed08bf1c6022 (patch)
treee0ad0919fd0e4ea5869f0972d80c697a6c833855 /src/nvim/version.c
parent29e651515fec1a4bc2cd41ed1c04eb5d03250525 (diff)
downloadrneovim-2d3c835534236056cbee8279b7d0ed08bf1c6022.tar.gz
rneovim-2d3c835534236056cbee8279b7d0ed08bf1c6022.tar.bz2
rneovim-2d3c835534236056cbee8279b7d0ed08bf1c6022.zip
vim-patch:7.4.1867
Problem: Memory leak in test_matchstrpos. Solution: Free the string before overwriting. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/3c809343c72d9964475f421fd03bb892bc584a51
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 7e7080fd61..348bf3c014 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -573,7 +573,7 @@ static int included_patches[] = {
// 1870 NA
// 1869 NA
// 1868,
- // 1867,
+ 1867,
// 1866,
// 1865 NA
// 1864 NA