commit | 41b884b27387cd4c0ba1d039ea3bb2b7beac21c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 14 22:38:08 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 14 22:38:08 2012 +0100 |
tree | b4f0c194e2e39812a5f04d84706f38d45e0426f7 | |
parent | b826ddb034564828487b0ef94f271262bb902f7c [diff] [blame] |
updated for version 7.3.715 Problem: Crash when calling setloclist() in BufUnload autocmd. (Marcin Szamotulski) Solution: Set w_llist to NULL when it was freed. Also add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index ecbc7aa..6fbe44a 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 715, +/**/ 714, /**/ 713,