From 4778b4d0e147793a4254cbda9c0e270250e970f5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 4 Nov 2020 11:03:12 +0100 Subject: 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) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 015cf4cb17..d380452c40 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1948, /**/ 1947, /**/ -- cgit v1.2.3