Changeset 34

Show
Ignore:
Timestamp:
01/11/07 22:56:32 (2 years ago)
Author:
gbooker
Message:

Corrected a small memory leak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/A52/ACShepA52Decoder.cpp

    r33 r34  
    100100                else 
    101101                        dynamicRangeCompression = 1; 
     102                CFRelease(dynRange); 
    102103        } 
    103104        else 
     
    113114                        CFNumberGetValue((CFNumberRef)dynRange, kCFNumberIntType, &dynamicRangeCompression); 
    114115                else 
    115                         useStereoOverDolby = 0;          
     116                        useStereoOverDolby = 0; 
     117                CFRelease(stereo); 
    116118        } 
    117119        else 
  • trunk/A52Codec.xcodeproj/project.pbxproj

    r32 r34  
    183183                65CB364E066A1FA900A75A43 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; 
    184184                F50815870A2161180092BF70 /* XCAResources.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = XCAResources.r; sourceTree = "<group>"; }; 
    185                 F50B7AB50AAB69C600065C78 /* Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
     185                F50B7AB50AAB69C600065C78 /* A52Preferences.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = A52Preferences.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    186186                F50B7AB70AAB69C700065C78 /* Preferences-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Preferences-Info.plist"; sourceTree = "<group>"; }; 
    187187                F50B7AC40AAB6E3F00065C78 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/A52CodecPreferences.nib; sourceTree = "<group>"; }; 
     
    366366                                F5BDACAD0A20A00000FF4884 /* A52Codec.component */, 
    367367                                F5525DF70A3BF78A00F36B86 /* AC3MovieImport.component */, 
    368                                 F50B7AB50AAB69C600065C78 /* Preferences.app */, 
     368                                F50B7AB50AAB69C600065C78 /* A52Preferences.app */, 
    369369                        ); 
    370370                        name = Products; 
     
    499499                        name = A52Preferences; 
    500500                        productName = Preferences; 
    501                         productReference = F50B7AB50AAB69C600065C78 /* Preferences.app */; 
     501                        productReference = F50B7AB50AAB69C600065C78 /* A52Preferences.app */; 
    502502                        productType = "com.apple.product-type.application"; 
    503503                };