mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 17:10:48 +00:00
Fix incorrect use of autorelease pools.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39760 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a7ccd1460f
commit
97d38ffc0c
1 changed files with 0 additions and 4 deletions
|
@ -259,8 +259,6 @@ static void testDiacritics(void)
|
|||
|
||||
int main()
|
||||
{
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
|
||||
START_SET("NSString + locale")
|
||||
|
||||
if (!NSLOCALE_SUPPORTED)
|
||||
|
@ -273,8 +271,6 @@ int main()
|
|||
testLithuanian();
|
||||
testDiacritics();
|
||||
|
||||
[arp release]; arp = nil;
|
||||
|
||||
END_SET("NSString + locale")
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue