commit | 12237448499aaeb8c4f2be7a1deda60c0f160627 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 12:38:52 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 12:38:52 2017 +0100 |
tree | 92baee6548082624214863872245ed013681e1dc | |
parent | 2efb323e875d2852f63e41c40641760d1d6b069f [diff] [blame] |
patch 8.0.1412: using free memory using setloclist() Problem: Using free memory using setloclist(). (Dominique Pelle) Solution: Mark location list context as still in use when needed. (Yegappan Lakshmanan, closes #2462)
diff --git a/src/version.c b/src/version.c index ec17e4e..22df4f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1412, +/**/ 1411, /**/ 1410,