commit | 7866b87958cf0c2f3312f2c3d7fb8d6eed28b512 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:21:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 01 22:21:01 2019 +0200 |
tree | b952f2359356a2c434aa747d67f1362a7a2e6295 | |
parent | f8a071265535b8cc43e50a81f4d5049883ca50e4 [diff] [blame] |
patch 8.1.1615: crash when passing buffer number to popup_create() Problem: Crash when passing buffer number to popup_create(). (Yasuhiro Matsumoto) Solution: Initialze the window properly.
diff --git a/src/version.c b/src/version.c index 8a9f347..ec541b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1615, +/**/ 1614, /**/ 1613,