A few miscellaneous memory management fixes
authorCiarĂ¡n Walsh <git@ciaranwal.sh>
Wed, 25 Jun 2008 00:01:25 +0000 (01:01 +0100)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 14 Jul 2008 12:55:39 +0000 (08:55 -0400)
commit8ddf4e5beafde2fb2956de866737640cd62b717b
treecab41e7fc8979db3675e39224f7844cc7ddef5d0
parentafc6e4af264e1e166c911803a15cbf15ba998e64
A few miscellaneous memory management fixes

* Source/BSSourceView.m:
(setFile:): Autorelease the NSTask and release the NSAttributedString
* Source/BSSplitView.m:
(drawDividerInRect:): Release the NSGradient after drawing
* Source/Breakpoint.m:
(initWithDictionary:): Retain the file object
* Source/BreakpointManager.m:
(hasBreakpointAtLine:inFile:): Autorelease the object we send to [containsObject:]
Source/BSSourceView.m
Source/BSSplitView.m
Source/Breakpoint.m
Source/BreakpointManager.m