commit | 343b8c042967da82f2f022afa31f2c97a264c1c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 12:04:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 12:04:56 2017 +0100 |
tree | a08119b65459093aa650a99303d30353b10ca3cb | |
parent | 84b2a381451e9068b09ef6d85f5e8cf1598e7355 [diff] [blame] |
patch 8.0.0331: restoring help snapshot accesses freed memory Problem: Restoring help snapshot accesses freed memory. (Dominique Pelle) Solution: Don't restore a snapshot when the window closes.
diff --git a/src/version.c b/src/version.c index 906c30c..b014e74 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 331, +/**/ 330, /**/ 329,