summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/engine/C_MatchBloxEngine.h')
-rw-r--r--matchblox/engine/C_MatchBloxEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/engine/C_MatchBloxEngine.h b/matchblox/engine/C_MatchBloxEngine.h
index 2e38526..511db5a 100644
--- a/matchblox/engine/C_MatchBloxEngine.h
+++ b/matchblox/engine/C_MatchBloxEngine.h
@@ -93,7 +93,7 @@ struct GameSession
}
~GameSession()
{
- delete [] m_puiTurnResult;
+ delete m_puiTurnResult;
}
bool NextTurn(BlockType &f_NewBlock)