mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
bc91e4ee4b
commit
163a0d9601
5 changed files with 72 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue