Re: TCP/IP Connections
Re: TCP/IP Connections
- Subject: Re: TCP/IP Connections
- From: email@hidden
- Date: Sun, 23 Dec 2001 18:06:18 +0100
Autsj!
Just saw I forgot to autorelease the returned NSFileHandle.
It should read:
---
return [[[NSFileHandle alloc] initWithFileDescriptor:fd
closeOnDealloc:YES] autorelease];
---
Rgrds,
Sander