mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 01:15:58 +00:00
96174d6842
A memory leakage was traced down to a failure to call the engine destructor. This was due to the engine directly calling OSystem quit() i.e. _system->quit(), rather than just allowing engine::run() to return. Have removed this code and implemented the changes required to allow graceful Quit/RTL to occur. svn-id: r55583