Changeset 2226 for trunk/macosx/Torrent.m
- Timestamp:
- Jun 29, 2007, 1:59:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r2225 r2226 191 191 - (void) dealloc 192 192 { 193 NSLog(@"Released!");194 NSLog(@"%d", (long)[self retainCount]);195 193 if (fHandle) 196 194 { … … 1478 1476 return nil; 1479 1477 1480 NSLog(@"init %d", (long)[self retainCount]);1481 1478 static_lastid++; 1482 1479 fID = static_lastid; … … 1588 1585 for (i = 0; i < MAX_PIECES; i++) 1589 1586 fPieces[i] = BLANK_PIECE; 1590 NSLog(@"end1 %d", (long)[self retainCount]);1587 1591 1588 [self update]; 1592 NSLog(@"end2 %d", (long)[self retainCount]);1593 1589 return self; 1594 1590 }
Note: See TracChangeset
for help on using the changeset viewer.