commit | 4e036c9e6f61ac9fca7be561da0a04d6fc36f9b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 16:30:28 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 16:30:28 2014 +0200 |
tree | db63d06f6b63fc178d25da66b5b40a1f40682116 | |
parent | b643e777824c76034cbd8e77f603a0b98f2b26fb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 407541a..cd1ce94 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 369, +/**/ 368, /**/ 367,