Show
Ignore:
Timestamp:
03/02/10 19:26:23 (2 years ago)
Author:
gbooker
Message:

leak fix.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CommonMediaPlayer/Update Classes/CMPInstaller.m

    r1187 r1200  
    158158        [unzipTask waitUntilExit]; 
    159159        int theTerm = [unzipTask terminationStatus]; 
     160        [unzipTask release]; 
    160161        //NSLog(@"helperTask terminated with status: %i",theTerm); 
    161162        if (theTerm != 0)