1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

the remains of one of my experiments snuck in

This commit is contained in:
Mitchell Livingston 2007-07-01 05:24:42 +00:00
parent 6ebb14f416
commit 86c03cfab0

View file

@ -161,8 +161,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
{
fLib = tr_init("macosx");
fTorrents = [[[NSMutableArray alloc] init] retain];
fDisplayedTorrents = [[[NSMutableArray alloc] init] retain];
fTorrents = [[NSMutableArray alloc] init];
fDisplayedTorrents = [[NSMutableArray alloc] init];
fPendingTorrentDownloads = [[NSMutableDictionary alloc] init];
fDefaults = [NSUserDefaults standardUserDefaults];