commit | 3e35d05b1f99419be27ea5be70c7d0610202c163 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 20:43:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 20:43:34 2019 +0200 |
tree | e3a3f347bce15ae2da882e94d2f6998861298efc | |
parent | 3f3e954d9676e374f222a18786c78e50af5041cb [diff] [blame] |
patch 8.1.1649: Illegal memory access when closing popup window Problem: Illegal memory access when closing popup window. Solution: Get w_next before closing the window.
diff --git a/src/version.c b/src/version.c index 4952b70..82f9093 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1649, +/**/ 1648, /**/ 1647,