]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.369 v7.4.369
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Jul 2014 14:30:28 +0000 (16:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Jul 2014 14:30:28 +0000 (16:30 +0200)
commit4e036c9e6f61ac9fca7be561da0a04d6fc36f9b8
treedb63d06f6b63fc178d25da66b5b40a1f40682116
parentb643e777824c76034cbd8e77f603a0b98f2b26fb
updated for version 7.4.369
Problem:    Using freed memory when exiting while compiled with EXITFREE.
Solution:   Set curwin to NULL and check for that. (Dominique Pelle)
src/buffer.c
src/version.c
src/window.c