Changeset 13094
- Timestamp:
- Nov 15, 2011, 12:09:17 AM (11 years ago)
- Location:
- trunk/macosx
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/AboutWindowController.m
r11617 r13094 66 66 - (void) windowWillClose: (id) sender 67 67 { 68 [fAboutBoxInstance release];68 [fAboutBoxInstance autorelease]; 69 69 fAboutBoxInstance = nil; 70 70 } -
trunk/macosx/Controller.m
r13019 r13094 888 888 { 889 889 Torrent * torrent = [addController torrent]; 890 [addController release];890 [addController autorelease]; 891 891 892 892 if (add) -
trunk/macosx/CreatorWindowController.m
r12945 r13094 255 255 - (void) windowWillClose: (NSNotification *) notification 256 256 { 257 [self release];257 [self autorelease]; 258 258 } 259 259 -
trunk/macosx/StatsWindowController.m
r11859 r13094 127 127 [fTimer invalidate]; 128 128 129 [fStatsWindowInstance release];129 [fStatsWindowInstance autorelease]; 130 130 fStatsWindowInstance = nil; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.