commit | 4f1982800f0aff28df6875e718a786f6c4b11ad9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 23 21:53:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 23 21:53:30 2017 +0200 |
tree | 0cda1a53ffa28cd3bb662507ebff7ee1a1221def | |
parent | 2e4cb3b042faba5efc9b5a8b4f86942a417494ce [diff] [blame] |
patch 8.0.1214: accessing freed memory when EXITFREE is set Problem: Accessing freed memory when EXITFREE is set and there is more than one tab and window. (Dominique Pelle) Solution: Free options later. Skip redraw when exiting.
diff --git a/src/version.c b/src/version.c index 160edbe..c8bab5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1214, +/**/ 1213, /**/ 1212,