We shouldn't be releasing objects that belong to something else
parent
742f1388a6
commit
d1e51ee9a1
|
@ -235,10 +235,6 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL
|
|||
}
|
||||
|
||||
[dict setObject:[requiredBitmap representationUsingType:NSJPEG2000FileType properties:nil] forKey:@"albumArt"];
|
||||
|
||||
[requiredBitmap release];
|
||||
|
||||
[image release];
|
||||
}
|
||||
|
||||
[topLevel addObject:dict];
|
||||
|
|
Loading…
Reference in New Issue