mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Performance tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
252b778407
commit
e848a285c4
3 changed files with 23 additions and 4 deletions
|
@ -217,7 +217,7 @@ static void clean_up_names(void)
|
|||
n = [[self class] _query: name];
|
||||
|
||||
NSDebugLLog(@"NSMessagePort", @"got %@", n);
|
||||
return AUTORELEASE([[NSMessagePort alloc] initWithName: n]);
|
||||
return AUTORELEASE([NSMessagePort newWithName: n]);
|
||||
}
|
||||
|
||||
- (BOOL) registerPort: (NSPort *)port
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue