From b88ee80099ef005e1a7355446d6a1e46f0b804d1 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 10 Aug 2007 03:49:21 +0000 Subject: [PATCH] silly NSLogs --- macosx/TorrentCell.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 108b4fa53..4c469e064 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -78,7 +78,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 } - (id) copyWithZone: (NSZone *) zone -{NSLog(@"copy"); +{ TorrentCell * copy = [super copyWithZone: zone]; copy->fBitmap = nil; @@ -86,7 +86,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80 } - (void) dealloc -{NSLog(@"dealloc"); +{ [fBitmap release]; if (fPieces) free(fPieces);