Release box images on dealloc.

This commit is contained in:
Mitchell Livingston 2006-10-01 15:14:12 +00:00
parent 0dada242b8
commit 2588d2faba
3 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,6 @@
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>8J135</string>
<string>8L127</string>
</dict>
</plist>

View File

@ -107,6 +107,13 @@
{
free(fPieces);
[fBack release];
[fWhitePiece release];
[fGreenPiece release];
[fBlue1Piece release];
[fBlue2Piece release];
[fBlue3Piece release];
if (fTorrent)
[fTorrent release];
[super dealloc];