Show
Ignore:
Timestamp:
05/06/09 21:15:50 (3 years ago)
Author:
gbooker
Message:

Leak fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/MetaDataImporting/SapphirePosterChooser.m

    r827 r838  
    176176                                                                                                                                                 title: BRLocalizedString(@"Getting artwork selection", @"Getting artwork selection") 
    177177                                                                                                                                        invokation: invoke]; 
    178                 [[self stack] swapController:wait]; 
     178                [[self stack] swapController:[wait autorelease]]; 
    179179        } 
    180180        else 
     
    505505        else if ( row == [posters count] ) 
    506506        { 
    507                 NSMutableDictionary *refreshMeta = [[NSMutableDictionary alloc] init]; 
     507                NSMutableDictionary *refreshMeta = [NSMutableDictionary dictionary]; 
    508508                [refreshMeta setObject: BRLocalizedString( @"Refresh the artwork selection", @"Refresh the artwork selection" ) forKey: META_TITLE_KEY]; 
    509509                [preview setUtilityData: refreshMeta];