commit | 4770d09abd866bb53d95895dc6a5c5fe7cccb619 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 23:22:24 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 23:22:24 2006 +0000 |
tree | b9ca6f4a66c7591a84cfe88fb21edb31db906a4e | |
parent | 1cbe5f739d4e75b5e16b85ae79ff0434a641b03d [diff] [blame] |
updated for version 7.0179
diff --git a/src/misc1.c b/src/misc1.c index a5a1805..08cd20c 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -7952,6 +7952,10 @@ prepare_to_exit(); + /* Setting this will prevent free() calls. That avoids calling free() + * recursively when free() was invoked with a bad pointer. */ + really_exiting = TRUE; + out_str(IObuff); screen_start(); /* don't know where cursor is now */ out_flush();