Skip to content

Commit

Permalink
WAGE: Plug memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 6, 2016
1 parent ac0be34 commit 4ba3da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/wage/gui.cpp
Expand Up @@ -175,6 +175,7 @@ Gui::Gui(WageEngine *engine) {
}

Gui::~Gui() {
_screen.free();
g_system->getTimerManager()->removeTimerProc(&cursor_timer_handler);
}

Expand Down

0 comments on commit 4ba3da8

Please sign in to comment.