Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
STARK: Fix memory leak in MainMenuScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougaak committed May 18, 2018
1 parent 992ea67 commit 88d997c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/stark/ui/menu/mainmenu.cpp
Expand Up @@ -34,6 +34,7 @@ MainMenuScreen::MainMenuScreen(Gfx::Driver *gfx, Cursor *cursor) :
}

MainMenuScreen::~MainMenuScreen() {
delete _closeAction;
}

void MainMenuScreen::open() {
Expand Down

0 comments on commit 88d997c

Please sign in to comment.