1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

missed one

This commit is contained in:
Mitchell Livingston 2008-12-07 22:42:01 +00:00
parent 9701e65bd8
commit e3b039cd21

View file

@ -46,7 +46,7 @@ BonjourController * fDefaultController = nil;
CFStringRef userName = CSCopyUserName(TRUE);
NSString * serviceName = [NSString stringWithFormat: @"Transmission Web Interface (%@)", (NSString *)userName];
CFRelease(machineName);
CFRelease(userName);
fService = [[NSNetService alloc] initWithDomain: @"local." type: @"_http._tcp." name: serviceName port: port];
[fService setDelegate: self];