Index: tests_new/tcpsocket.m ================================================================== --- tests_new/tcpsocket.m +++ tests_new/tcpsocket.m @@ -27,11 +27,11 @@ void tcpsocket_tests() { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; - OFSocket *server, *client, *accepted; + OFSocket *server, *client = nil, *accepted; OFString *service, *msg; uint16_t port; char buf[6]; srand(time(NULL));