commit | f1d13478e3a7e1a86d52552c8c5571f00dc28ad1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 18:28:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 11 18:28:46 2017 +0200 |
tree | af45e50787809567c61fe7d1621ec9d17b140e35 | |
parent | 5a15b6aa0aa5c1559c6f1a9f06c595a8c564637d [diff] [blame] |
patch 8.0.0707: freeing wrong memory with certain autocommands Problem: Freeing wrong memory when manipulating buffers in autocommands. (James McCoy) Solution: Also set the w_s pointer if w_buffer was NULL.
diff --git a/src/version.c b/src/version.c index 33399a4..aaf7611 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 707, +/**/ 706, /**/ 705,