mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix leak
This commit is contained in:
parent
4d0b00776c
commit
6f94c90d98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue