mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
Release box images on dealloc.
This commit is contained in:
parent
0dada242b8
commit
2588d2faba
3 changed files with 8 additions and 1 deletions
2
macosx/English.lproj/InfoWindow.nib/info.nib
generated
2
macosx/English.lproj/InfoWindow.nib/info.nib
generated
|
@ -24,6 +24,6 @@
|
|||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8J135</string>
|
||||
<string>8L127</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/InfoWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -107,6 +107,13 @@
|
|||
{
|
||||
free(fPieces);
|
||||
|
||||
[fBack release];
|
||||
[fWhitePiece release];
|
||||
[fGreenPiece release];
|
||||
[fBlue1Piece release];
|
||||
[fBlue2Piece release];
|
||||
[fBlue3Piece release];
|
||||
|
||||
if (fTorrent)
|
||||
[fTorrent release];
|
||||
[super dealloc];
|
||||
|
|
Loading…
Reference in a new issue