X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/ff8c7276aef4c1113c7692dc1935db8977623b3a..52cc5b84bdd910fe315c8a77dd8a9a5b0f6d0502:/ITInetServerSocket.m diff --git a/ITInetServerSocket.m b/ITInetServerSocket.m index f7ff228..c37ec4f 100755 --- a/ITInetServerSocket.m +++ b/ITInetServerSocket.m @@ -233,7 +233,7 @@ static NSMutableSet *servsockets; else {perror("Too bad I haven't implemented error checking yet");} } else { - ITInetSocket *csocket = [[[ITInetSocket alloc] initWithFD:cfd delegate:self] autorelease]; + ITInetSocket *csocket = [[ITInetSocket alloc] initWithFD:cfd delegate:self]; [clients addObject:csocket]; [delegate newClientJoined:csocket]; }