diff --git a/src/openrct2/title/TitleScreen.cpp b/src/openrct2/title/TitleScreen.cpp index 335ae990e9..733ecf98e7 100644 --- a/src/openrct2/title/TitleScreen.cpp +++ b/src/openrct2/title/TitleScreen.cpp @@ -47,6 +47,7 @@ TitleScreen::TitleScreen() TitleScreen::~TitleScreen() { + delete _sequencePlayer; _singleton = nullptr; }