commit | 0ea5070d79c8a13fb2403280a72f968495b0fab7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 14:44:50 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 14:44:50 2017 +0200 |
tree | b75f6e705f210716e624e65bcdb07da869784d2b | |
parent | 710b4a16465fb38492801a0dccf2293397aadc6a [diff] [blame] |
patch 8.0.0700: segfault with QuitPre autocommand closes the window Problem: Segfault with QuitPre autocommand closes the window. (Marek) Solution: Check that the window pointer is still valid. (Christian Brabandt, closes #1817)
diff --git a/src/version.c b/src/version.c index 8cbbbf7..7c1fb10 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 700, +/**/ 699, /**/ 698,