X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/ff8c7276aef4c1113c7692dc1935db8977623b3a..14701a4fc7ee5dea92b4b01d4c1628a75eabdee5:/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]; }