The hostname was using an autorelease'd initializer, so switch to an alloc'd one
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:40:31 +0000 (09:40 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:40:31 +0000 (09:40 -0400)
commit7b04252acd853ffeb96bf0c1878385c63b7190ee
treeca72ba2b0014681c63123fdc4007f7cb69b9c8d6
parent889d30b691d05408e9ff0f097327d139f6d54d5b
The hostname was using an autorelease'd initializer, so switch to an alloc'd one

* Source/SocketWrapper.m:
(connect:): Use [NSString initWithUTF8String:] instead of [NSString stringWithUTF8String:]
(dealloc): Add the corresponding release call
Source/SocketWrapper.m