diff --git a/projects/mtg/src/GameStateAwards.cpp b/projects/mtg/src/GameStateAwards.cpp index 5a9e946c8..6b9863cff 100644 --- a/projects/mtg/src/GameStateAwards.cpp +++ b/projects/mtg/src/GameStateAwards.cpp @@ -312,6 +312,7 @@ bool GameStateAwards::enterStats(int option){ } } + SAFE_DELETE(ddw); return true; } void GameStateAwards::ButtonPressed(int controllerId, int controlId)