Temporarily breaking the network sockets while I redo the whole thing
[ITFoundation.git] / ITInetServerSocket.m
index f7ff228..c37ec4f 100755 (executable)
@@ -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];
           }