mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-197
This commit is contained in:
@@ -239,6 +239,11 @@ mch_exit(int r)
|
||||
|
||||
if (gui.in_use)
|
||||
gui_exit(r);
|
||||
|
||||
#ifdef EXITFREE
|
||||
free_all_mem();
|
||||
#endif
|
||||
|
||||
exit(r);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user