mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
Optimize NSAutoreleasePool +new
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d7bda155ab
commit
aed4277831
5 changed files with 18 additions and 6 deletions
|
@ -609,7 +609,7 @@ static Class NSMutableArray_concrete_class;
|
|||
unsigned indentBase;
|
||||
NSMutableString *iBaseString;
|
||||
NSMutableString *iSizeString;
|
||||
NSAutoreleasePool *arp = [[NSAutoreleasePool alloc] init];
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
unsigned count = [self count];
|
||||
NSString *plists[count];
|
||||
unsigned i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue