aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/lastexpress.cpp
AgeCommit message (Collapse)Author
2010-11-11LASTEXPRESS: Use SAFE_DELETE for class variablesJulien Templier
svn-id: r54201
2010-11-11LASTEXPRESS: Fix some memory leaksJulien Templier
- Reading past the end of file in SaveLoad::init - Missing deallocation of cache in SoundManager - Missing deallocation of coords in SceneHotspot - Missing deallocation of event handlers in LastExpressEngine::setEventHandlers - Missing deallocation of InSaveFile in SaveLoad::isSavegameValid - Missing deallocation of frames in Menu as reported by digitall svn-id: r54193
2010-10-18LASTEXPRESS: Merge in the engine.Eugene Sandulenko
svn-id: r53579