Minor tweaks and comments added

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-05-14 09:46:53 +00:00
parent 6f5cfff5a5
commit cb42f0bb8f
4 changed files with 35 additions and 17 deletions

View file

@ -754,6 +754,10 @@ static NSURLProtocol *placeholder = nil;
- (void) stream: (NSStream*) stream handleEvent: (NSStreamEvent) event
{
/* Make sure no action triggered by anything else destroys us prematurely.
*/
AUTORELEASE(RETAIN(self));
#if 0
NSLog(@"stream: %@ handleEvent: %x for: %@", stream, event, self);
#endif