mirror of
https://github.com/transmission/transmission
synced 2025-03-10 14:13:23 +00:00
missed one
This commit is contained in:
parent
9701e65bd8
commit
e3b039cd21
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue