Fix a few exceptions/warnings related to going no-gc
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:26:40 +0000 (09:26 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 18 Jun 2008 13:26:40 +0000 (09:26 -0400)
commit889d30b691d05408e9ff0f097327d139f6d54d5b
treef2eeb8bf7f6d6a80e448efd9b71598ef78fe36a5
parent6cac75367c86800007415ad5c04fff0262824acc
Fix a few exceptions/warnings related to going no-gc

* Source/AppDelegate.m
(versionCheck:): Add an NSAutoreleasePool
* Source/BreakpointManager.h: Specify an assignment type for the connection ivar
* Source/SocketWrapper.m:
(connect:): Add an NSAutoreleasePool
Source/AppDelegate.m
Source/BreakpointManager.h
Source/SocketWrapper.m