We shouldn't be releasing objects that belong to something else
This commit is contained in:
parent
742f1388a6
commit
d1e51ee9a1
1 changed files with 0 additions and 4 deletions
|
@ -235,10 +235,6 @@ NSMutableDictionary * dictionaryWithPropertiesOfObject(id obj, NSArray * filterL
|
||||||
}
|
}
|
||||||
|
|
||||||
[dict setObject:[requiredBitmap representationUsingType:NSJPEG2000FileType properties:nil] forKey:@"albumArt"];
|
[dict setObject:[requiredBitmap representationUsingType:NSJPEG2000FileType properties:nil] forKey:@"albumArt"];
|
||||||
|
|
||||||
[requiredBitmap release];
|
|
||||||
|
|
||||||
[image release];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[topLevel addObject:dict];
|
[topLevel addObject:dict];
|
||||||
|
|
Loading…
Reference in a new issue