Ticket #2905: AddWindowControllerLeak.patch
File AddWindowControllerLeak.patch, 343 bytes (added by d0k, 12 years ago) |
---|
-
macosx/AddWindowController.m
140 140 [fTimer invalidate]; 141 141 142 142 [fDestination release]; 143 [fTorrentFile release]; 143 144 144 145 [super dealloc]; 145 146 }