Show
Ignore:
Timestamp:
01/09/09 15:46:53 (3 years ago)
Author:
gbooker
Message:

Ran a static analysis. Corrected many leaks, unused assignments, and missing assignments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/Settings/SapphireTheme.m

    r592 r739  
    110110 * @return A CGImageRef (retained) from the path 
    111111 */ 
    112 - (CGImageRef)loadImage:(NSString *)path 
     112- (CGImageRef)newImage:(NSString *)path 
    113113{ 
    114114        NSString *bundlePath = [[NSBundle bundleForClass:[self class]] bundlePath]; 
     
    141141        } 
    142142        /*Load it*/ 
    143         CGImageRef image = [self loadImage:[gemFiles objectForKey:type]]; 
     143        CGImageRef image = [self newImage:[gemFiles objectForKey:type]]; 
    144144        if(image != NULL) 
    145145        {