mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 04:34:50 +00:00
TITANIC: Fix use-after-free in TTtalker when loading savegames
This commit is contained in:
parent
8e35f77e2d
commit
8308341a98
@ -81,8 +81,8 @@ void CGameManager::preLoad() {
|
||||
_timers.destroyContents();
|
||||
_soundMaker = nullptr;
|
||||
|
||||
_trueTalkManager.preLoad();
|
||||
_sound.preLoad();
|
||||
_trueTalkManager.preLoad();
|
||||
}
|
||||
|
||||
void CGameManager::postLoad(CProjectItem *project) {
|
||||
|
Loading…
Reference in New Issue
Block a user