Previous 199869 Revisions Next

r21277 Thursday 21st February, 2013 at 20:12:27 UTC by Oliver Stöneberg
clear 7z file cache on exit
[src/emu]clifront.c

trunk/src/emu/clifront.c
r21276r21277
290290      fprintf(stderr, "Out of memory!\n");
291291      m_result = MAMERR_FATALERROR;
292292   }
293
294   // handle any other exceptions
295293   catch (...)
296294   {
297295      fprintf(stderr, "Caught unhandled exception\n");
298296      m_result = MAMERR_FATALERROR;
299297   }
300298
299   _7z_file_cache_clear();
300
301301   return m_result;
302302}
303303

Previous 199869 Revisions Next


© 1997-2024 The MAME Team