Fixed memory leak.

This commit is contained in:
lotodore
2007-10-28 16:20:32 +00:00
parent 2bae534704
commit 717c0fcb98
+1
View File
@@ -928,6 +928,7 @@ LocalPlayer::LocalPlayer(ConfigFile *c, BoardInterface *b, int id, unsigned uniq
LocalPlayer::~LocalPlayer()
{
delete myCardsValue;
}