mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
TITANIC: Fix leak of movie event structures
This commit is contained in:
parent
d73ada9088
commit
3333432b4d
@ -256,6 +256,7 @@ void CGameManager::updateMovies() {
|
||||
}
|
||||
|
||||
eventsList.remove(movieEvent);
|
||||
delete movieEvent;
|
||||
}
|
||||
|
||||
repeatFlag = true;
|
||||
|
Loading…
Reference in New Issue
Block a user