mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
flipping autorelease pools' release over to drain
This commit is contained in:
parent
723cabb542
commit
98a9a9edd9
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ BlocklistDownloader * fDownloader = nil;
|
|||
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName: @"BlocklistUpdated" object: nil];
|
||||
|
||||
[pool release];
|
||||
[pool drain];
|
||||
|
||||
fDownloader = nil;
|
||||
[self release];
|
||||
|
|
|
@ -4065,7 +4065,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
[torrent release];
|
||||
}
|
||||
|
||||
[pool release];
|
||||
[pool drain];
|
||||
}
|
||||
|
||||
- (void) rpcAddTorrentStruct: (NSValue *) torrentStructPtr
|
||||
|
|
Loading…
Reference in a new issue