mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
use weak pointers for siblings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
346052f64d
commit
057818ab06
4 changed files with 15 additions and 3 deletions
|
@ -156,7 +156,7 @@ static RunLoopEventType typeForStream(NSStream *aStream)
|
|||
}
|
||||
[self _unschedule];
|
||||
[self _setStatus: NSStreamStatusClosed];
|
||||
/* We don't want to send any events the the delegate after the
|
||||
/* We don't want to send any events to the delegate after the
|
||||
* stream has been closed.
|
||||
*/
|
||||
_delegateValid = NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue