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

Leak fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/CoreData/SapphireFrappliance/FRAppliance/SapphireApplianceController.m

    r820 r838  
    549549        NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 
    550550        if(![[NSFileManager defaultManager] isDirectory:dirPath]) 
     551        { 
     552                [pool release]; 
    551553                return; 
     554        } 
    552555         
    553556        if(![dirPath isAbsolutePath]) 
     557        { 
     558                [pool release]; 
    554559                return; 
     560        } 
    555561         
    556562        dirPath = [dirPath stringByResolvingSymlinksInPath];