summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.h
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-25 22:16:01 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-25 22:16:01 (GMT)
commit90d88f8b0d01131ef06eca890153891a309385a0 (patch)
tree0ce34678104521c89406360c0c8ab3c58428483b /matchblox/engine/C_MatchBloxEngine.h
parentfcca48f210141e14e558a7064bcc6250e7aaf6fb (diff)
download2iv55-90d88f8b0d01131ef06eca890153891a309385a0.zip
2iv55-90d88f8b0d01131ef06eca890153891a309385a0.tar.gz
2iv55-90d88f8b0d01131ef06eca890153891a309385a0.tar.bz2
crash fix
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)