commit | d2fad67e3eb71f48d23f283ef8e7b7ddf4ee180f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 04 16:55:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 04 16:55:25 2019 +0200 |
tree | 7fac042cebf659320c9ae79218e1b606cf334d44 | |
parent | 66f83111520f299e688eb15e3cb95ec1fa10ba10 [diff] [blame] |
patch 8.1.1264: crash when closing window from WinBar click Problem: Crash when closing window from WinBar click. (Ben Jackson) Solution: Check that window pointer is still valid. (closes #4337)
diff --git a/src/version.c b/src/version.c index f5faef3..f2abf24 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1264, +/**/ 1263, /**/ 1262,