mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
comment on why descriptor is NOT leaked
This commit is contained in:
parent
ba7c5086d1
commit
3884a82c7a
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
|||
{
|
||||
return NO; // Can't both read and write.
|
||||
}
|
||||
d = dup(descriptor);
|
||||
d = dup(descriptor); // d is closed by gzclose() later.
|
||||
if (d < 0)
|
||||
{
|
||||
return NO; // No descriptor available.
|
||||
|
|
Loading…
Reference in a new issue