aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-05-17 20:56:05 +0200
committerJurica Bradaric <jbradaric@gmail.com>2016-05-17 21:00:31 +0200
commit91796f70edf7d6f89742c114d1825dae65eca7e1 (patch)
tree38add648a08ba7e638a3648772e601a230046b55 /src/nvim/version.c
parent12cfe7775f7330d64d77d12114db879bf8073797 (diff)
downloadrneovim-91796f70edf7d6f89742c114d1825dae65eca7e1.tar.gz
rneovim-91796f70edf7d6f89742c114d1825dae65eca7e1.tar.bz2
rneovim-91796f70edf7d6f89742c114d1825dae65eca7e1.zip
vim-patch:7.4.1832
Problem: Memory leak in debug commands. Solution: Free memory before overwriting the pointer. (hint by Justin Keyes) https://github.com/vim/vim/commit/dc303bce10c60a3314078ea168064552fadf01af
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 27dbf89762..a1346308be 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -69,6 +69,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
+ 1832,
1809,
1808,
1806,