This commit is contained in:
rfm 2024-06-18 12:03:01 +01:00
parent 4d0b00776c
commit 6f94c90d98

View file

@ -230,7 +230,6 @@ static NSString* NotificationKey = @"NSFileHandleNotificationKey";
{
[self ignoreWriteDescriptor];
[writeInfo removeAllObjects];
DESTROY(writeInfo);
}
/* Finalize *after* ending read and write operations so that, if the
@ -275,6 +274,7 @@ static NSString* NotificationKey = @"NSFileHandleNotificationKey";
[self setNonBlocking: wasNonBlocking];
}
}
DESTROY(writeInfo);
}
// Initializing a GSFileHandle Object