commit | 4778b4d0e147793a4254cbda9c0e270250e970f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 11:03:12 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 04 11:03:12 2020 +0100 |
tree | 3dd5aba4453647d7c66a0bd2d3f25e31807d62cd | |
parent | c136a3528b7ebb825c3863d701af44f023381181 [diff] [blame] |
patch 8.2.1948: GUI: crash when handling message while closing a window Problem: GUI: crash when handling message while closing a window. (Srinath Avadhanula) Solution: Don't handle message while closing a window. (closes #7250)
diff --git a/src/version.c b/src/version.c index 015cf4c..d380452 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1948, +/**/ 1947, /**/ 1946,