Fix for singleton stdin,stdout,stderr retention

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37289 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-10-27 05:42:40 +00:00
parent bc91e4ee4b
commit 163a0d9601
5 changed files with 72 additions and 32 deletions

View file

@ -29,7 +29,7 @@ int main()
{
NSAutoreleasePool *arp = [NSAutoreleasePool new];
test_NSObject(@"NSFileHandle",
[NSArray arrayWithObject:[NSFileHandle fileHandleWithStandardInput]]);
[NSArray arrayWithObject:[NSFileHandle fileHandleWithStandardInput]]);
[arp release]; arp = nil;
return 0;
}