commit | 5c3fb04623d0260762f1c3c1ba250a407098ff2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:53:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 15:53:29 2019 +0200 |
tree | 00b78d9fe8aa3a83b23f12f8211ee48ea8ccc039 | |
parent | cacc6a5c986fbc716bf53b6916f076dd7b388142 [diff] [blame] |
patch 8.1.1424: crash when popup menu is deleted while waiting for char Problem: Crash when popup menu is deleted while waiting for char. Solution: Bail out when pum_array was cleared.
diff --git a/src/version.c b/src/version.c index 2d70ed5..89068d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1424, +/**/ 1423, /**/ 1422,