Changeset 9343
- Timestamp:
- Oct 21, 2009, 1:03:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r9342 r9343 185 185 //allow the file to be index by Time Machine 186 186 if (fTimeMachineExclude) 187 { 187 188 [self setTimeMachineExclude: NO forPath: fTimeMachineExclude]; 189 [fTimeMachineExclude release]; 190 fTimeMachineExclude = nil; 191 } 188 192 189 193 tr_torrentRemove(fHandle); … … 1741 1745 { 1742 1746 [self setTimeMachineExclude: NO forPath: fTimeMachineExclude]; 1747 [fTimeMachineExclude release]; 1743 1748 fTimeMachineExclude = nil; 1744 1749 } … … 1747 1752 { 1748 1753 [self setTimeMachineExclude: YES forPath: newLocation]; 1754 [fTimeMachineExclude release]; 1749 1755 fTimeMachineExclude = [newLocation retain]; 1750 1756 }
Note: See TracChangeset
for help on using the changeset viewer.