From 91796f70edf7d6f89742c114d1825dae65eca7e1 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Tue, 17 May 2016 20:56:05 +0200 Subject: 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 --- src/nvim/version.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/version.c') 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, -- cgit