patch 8.0.1214: accessing freed memory when EXITFREE is set v8.0.1214
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Oct 2017 19:53:30 +0000 (21:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Oct 2017 19:53:30 +0000 (21:53 +0200)
commit4f1982800f0aff28df6875e718a786f6c4b11ad9
tree0cda1a53ffa28cd3bb662507ebff7ee1a1221def
parent2e4cb3b042faba5efc9b5a8b4f86942a417494ce
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.
src/misc2.c
src/screen.c
src/version.c