comparison src/os_mswin.c @ 1071:cc03a79fdbb9 v7.0.197

updated for version 7.0-197
author vimboss
date Tue, 20 Feb 2007 01:59:20 +0000
parents d3bbb5dd3913
children 3acf7c922a04
comparison
equal deleted inserted replaced
1070:32c1b275ba64 1071:cc03a79fdbb9
237 dyn_libintl_end(); 237 dyn_libintl_end();
238 #endif 238 #endif
239 239
240 if (gui.in_use) 240 if (gui.in_use)
241 gui_exit(r); 241 gui_exit(r);
242
243 #ifdef EXITFREE
244 free_all_mem();
245 #endif
246
242 exit(r); 247 exit(r);
243 } 248 }
244 249
245 #endif /* FEAT_GUI_MSWIN */ 250 #endif /* FEAT_GUI_MSWIN */
246 251