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:
Richard Frith-MacDonald 2009-03-24 10:53:38 +00:00
parent 346052f64d
commit 057818ab06
4 changed files with 15 additions and 3 deletions

View file

@ -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;