1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Properly dispose of TitleSequencePlayer to plug memleak

This commit is contained in:
Michał Janiszewski
2017-07-30 16:46:11 +02:00
parent 1ea5a902df
commit a90dce018d

View File

@@ -47,6 +47,7 @@ TitleScreen::TitleScreen()
TitleScreen::~TitleScreen()
{
delete _sequencePlayer;
_singleton = nullptr;
}