Instead of leaking an alloc'd NSString, use an autorelease'd initializer
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:47:43 +0000 (09:47 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:47:43 +0000 (09:47 -0400)
commit454c5aae4d543f7e9960f666f7156a5e3147225b
tree973662ba37b5c5a66d77fab8ab7c5df2e8f726ed
parent7b04252acd853ffeb96bf0c1878385c63b7190ee
Instead of leaking an alloc'd NSString, use an autorelease'd initializer

* Source/SocketWrapper.m:
(receive:): When building up the full NSString, use the non-alloc-izing initializer
Source/SocketWrapper.m