Jeck - Fix memory leak in collection stats page. Thanks, Psyringe!

This commit is contained in:
wagic.jeck
2010-01-31 15:59:29 +00:00
parent da7591288d
commit c8cae60071

View File

@@ -312,6 +312,7 @@ bool GameStateAwards::enterStats(int option){
}
}
SAFE_DELETE(ddw);
return true;
}
void GameStateAwards::ButtonPressed(int controllerId, int controlId)