Changeset 5473

Show
Ignore:
Timestamp:
04/22/08 01:54:49 (3 weeks ago)
Author:
morris
Message:

Plug leaks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Spiral/trunk/SPDrillView.m

    r5469 r5473  
    111111                 
    112112                [imageView release]; 
     113                [image release]; 
    113114        } else { 
    114115                [_currentListView setAlphaValue:1.0]; 
     
    159160        [[view animator] setAlphaValue:0.0]; 
    160161        [[_currentListView animator] setAlphaValue:1.0]; 
     162        [view performSelector:@selector(removeFromSuperview) afterDelay:1.0]; 
    161163        [NSAnimationContext endGrouping]; 
    162164}