commit | 1748c7f77ea864c669b7e5cfb2be0c34ce45e36e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:55:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 16:55:15 2019 +0200 |
tree | f591c6ed6a72288b625dc30123cc42eeffbe65d9 | |
parent | 6c009a39744b49393464567266a3fa3562f08ee2 [diff] [blame] |
patch 8.1.1495: memory access error Problem: Memory access error. Solution: Use the correct size for clearing the popup mask.
diff --git a/src/version.c b/src/version.c index ed8fba0..504a163 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1495, +/**/ 1494, /**/ 1493,